Commit f1a491f9d14453475efce9f82871070ae60612d7

Authored by mj
1 parent 35fbfb28fe
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 -rf .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 .bashrc && rm -rf .z* && 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