Commit c6ca40362a359153b705dea032996913f825ccff

Authored by mj
1 parent 40896dfb72
Exists in master and in 2 other branches 02-merge, dev

[IMP] zshrc: ALIAS zpl

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

... ... @@ -49,7 +49,7 @@ source $ZSH/oh-my-zsh.sh
49 49  
50 50 # Aliases
51 51  
52   -alias zpl='cd $ZSH/repos/robbyrussell/oh-my-zsh/plugins'
  52 +alias zpl='cd $ZSH/plugins && ls -Alh | less'
53 53 alias zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd'
54 54  
55 55 if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then