Commit 747a59ca843af4d698f66a867349f73a928d5e71
1 parent
646bcd97a4
Exists in
master
and in
2 other branches
[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
dotfiles/zshrc.sh
... | ... | @@ -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 && source ~/.zshrc && cd' | |
53 | +alias zup='cd $ZCFG && git pull origin master && rm ~/.zcomdump* && source ~/.zshrc && cd' | |
54 | 54 | |
55 | 55 | if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then |
56 | 56 | . $ZCFG/dotfiles/bash_aliases.sh |