Commit 40896dfb7203ad755c3ec74a3a7d5ea21d111009
1 parent
e2acb86d94
Exists in
master
and in
2 other branches
[NEW ALIASES] zshrc:
zpl='cd $ZSH/repos/robbyrussell/oh-my-zsh/plugins' zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd'
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
dotfiles/zshrc.sh
... | ... | @@ -48,6 +48,10 @@ export HISTFILE=~/.history |
48 | 48 | source $ZSH/oh-my-zsh.sh |
49 | 49 | |
50 | 50 | # Aliases |
51 | + | |
52 | +alias zpl='cd $ZSH/repos/robbyrussell/oh-my-zsh/plugins' | |
53 | +alias zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd' | |
54 | + | |
51 | 55 | if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then |
52 | 56 | . $ZCFG/dotfiles/bash_aliases.sh |
53 | 57 | fi |
54 | 58 | \ No newline at end of file |