Commit e25a750ad74b561d1c05bd3bad9b1fdb13e48b89

Authored by mj
1 parent ad96cd85ef
Exists in master and in 2 other branches 02-merge, dev

[IMP] zshrc.sh: ADD alias 'zupdev'

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -51,6 +51,7 @@ fi
51 51 # Aliases
52 52 alias zpl='cd $ZSH/plugins && ls -Alh | less'
53 53 alias zup='cd $ZCFG && git pull origin master && rm ~/.zcompdump* && source ~/.zshrc && cd'
  54 +alias zupdev='cd $ZCFG && git pull origin dev && rm ~/.zcompdump* && source ~/.zshrc && cd'
54 55  
55 56 if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then
56 57 . $ZCFG/dotfiles/bash_aliases.sh