all repos — nixfiles @ 77e71f8020c4dcbe29b0d1c7425e1ae5faa2a6a0

System and user configuration, managed by nix and home-manager

zsh: Add "hub" aliases again

Alan Pearce
commit

77e71f8020c4dcbe29b0d1c7425e1ae5faa2a6a0

parent

987c7b55294c59c289b2440ba4d4c33a8126402f

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -136,6 +136,13 @@ then
autoload -U compinit && compinit fi +if [[ -n $commands[hub] ]] +then + compdef _hub hub + alias git=hub + alias gh=hub +fi + if [[ -n $commands[lunchy] ]] then LUNCHY_DIR=$(dirname $(gem which lunchy))/../extras