all repos — nixfiles @ ba2007da28bfbc34c4fc2240a5d4414826a13ae0

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

Merge branch 'master' of git.alanpearce.uk:alan/dotfiles

Alan Pearce
commit

ba2007da28bfbc34c4fc2240a5d4414826a13ae0

parent

43781516414d2b4fdfca49025da9832ccfc57686

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