]> arthur.barton.de Git - ax-zsh.git/blob - plugins/hub/hub.zshrc
Add "fzf" plugin: "zf(1), a command-line fuzzy finder"
[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"