Commit 01d32a402142901528347f8b326e3360b6e2ef53
1 parent
d1ed76128c
Exists in
master
and in
2 other branches
[IMP] zshrc.sh: ALIASES zupdev
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
dotfiles/zshrc.sh
| ... | ... | @@ -48,7 +48,7 @@ fi |
| 48 | 48 | # Aliases |
| 49 | 49 | alias zpl='cd $ZSH/plugins && ls -Alh | less' |
| 50 | 50 | alias zup='cd $ZCFG && git pull origin master && rm ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc' |
| 51 | -alias zupdev='cd $ZCFG && git pull origin dev && rm ~/.zcompdump* ~/.zshrc.zwc && && cd source ~/.zshrc' | |
| 51 | +alias zupdev='cd $ZCFG && git pull origin dev && rm ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc' | |
| 52 | 52 | |
| 53 | 53 | if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then |
| 54 | 54 | . $ZCFG/dotfiles/bash_aliases.sh |