]> arthur.barton.de Git - ax-zsh.git/blob - plugins/hub/hub.zshrc
keychain: Don't test for agents, it's done by keychain itself
[ax-zsh.git] / plugins / hub / hub.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # hub.zshrc: Setup hub(1)
3
4 # Make sure that "git(1)" and "hub(1)" are installed
5 (( $+commands[git] )) || return
6 (( $+commands[hub] )) || return
7
8 alias git="hub"