Commit e7dd21d7b46ef9c3b1b8c06ffbeec484544dc39c

Authored by mj
1 parent dbd3c60521
Exists in master and in 1 other branch 02-merge

[IMP] ALIAS zup && zupdev

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

... ... @@ -48,8 +48,8 @@ fi
48 48 # Aliases
49 49 alias zpl='cd $ZSH/plugins && ls -Alh | less'
50 50  
51   -alias zup='cd $ZCFG && git pull origin master && rm ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
52   -alias zupdev='cd $ZCFG && git pull origin dev && rm ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
  51 +alias zup='cd $ZCFG && git pull origin master && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
  52 +alias zupdev='cd $ZCFG && git pull origin dev && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
53 53  
54 54 alias zinst='cd && rm -r .config/zsh-config .z* .bashrc && curl -L http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh | sh'
55 55