From 40896dfb7203ad755c3ec74a3a7d5ea21d111009 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 22:40:17 +0200 Subject: [PATCH] [NEW ALIASES] zshrc: zpl='cd $ZSH/repos/robbyrussell/oh-my-zsh/plugins' zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd' --- dotfiles/zshrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index a3b574a..780399f 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -48,6 +48,10 @@ export HISTFILE=~/.history source $ZSH/oh-my-zsh.sh # Aliases + +alias zpl='cd $ZSH/repos/robbyrussell/oh-my-zsh/plugins' +alias zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd' + if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then . $ZCFG/dotfiles/bash_aliases.sh fi \ No newline at end of file -- 2.0.0