Commit dc95dc2535cc684deec931fd81b3a04722d82338

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

[FIX] PLUGIN history-substring-search: ERROR "_history-substring-search-end:10: …

…_zsh_highlight: function definition file not found"

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

... ... @@ -50,7 +50,7 @@ fi
50 50  
51 51 # Aliases
52 52 alias zpl='cd $ZSH/plugins && ls -Alh | less'
53   -alias zup='cd $ZCFG && git pull origin master && rm ~/.zcomdump* && source ~/.zshrc && cd'
  53 +alias zup='cd $ZCFG && git pull origin master && rm ~/.zcompdump* && source ~/.zshrc && cd'
54 54  
55 55 if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then
56 56 . $ZCFG/dotfiles/bash_aliases.sh