From 35fbfb28fe6cee7c6f6a4fef6161c59f81f8c692 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 2 Dec 2015 01:12:31 +0100 Subject: [PATCH] [IMP] ALIAS zinst --- dotfiles/zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index db414ac..8536daa 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -51,7 +51,7 @@ alias zpl='cd $ZSH/plugins && ls -Alh | less' alias zup='cd $ZCFG && git pull origin master && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc' alias zupdev='cd $ZCFG && git pull origin dev && rm -f ~/.zcompdump* ~/.zshrc.zwc && cd && source ~/.zshrc' -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' +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' if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then . $ZCFG/dotfiles/bash_aliases.sh -- 2.0.0