Commit 35fbfb28fe6cee7c6f6a4fef6161c59f81f8c692

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

[IMP] ALIAS zinst

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

... ... @@ -51,7 +51,7 @@ alias zpl='cd $ZSH/plugins && ls -Alh | less'
51 51 alias zup='cd $ZCFG && git pull origin master && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
52 52 alias zupdev='cd $ZCFG && git pull origin dev && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc'
53 53  
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'
  54 +alias zinst='cd && rm -rf .config/zsh-config .z* .bashrc && curl -L http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh | sh'
55 55  
56 56 if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then
57 57 . $ZCFG/dotfiles/bash_aliases.sh