]> arthur.barton.de Git - ax-zsh.git/blob - plugins/hub/hub.zshrc
git: Split git_prompt() into git_prompt_info() and git_prompt_status()
[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"