Commit 1cc76bc9c71d9cebba7c3a0660c46dd65108ad5b

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

[IMP] zshrc.sh: ALIASES zup & zupdev

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

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