From 747a59ca843af4d698f66a867349f73a928d5e71 Mon Sep 17 00:00:00 2001 From: mj Date: Thu, 13 Aug 2015 07:03:57 +0200 Subject: [PATCH] [FIX] PLUGIN history-substring-search: ERROR "_history-substring-search-end:10: _zsh_highlight: function definition file not found" --- dotfiles/zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 6be0100..08a9ed1 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -50,7 +50,7 @@ fi # Aliases alias zpl='cd $ZSH/plugins && ls -Alh | less' -alias zup='cd $ZCFG && git pull origin master && source ~/.zshrc && cd' +alias zup='cd $ZCFG && git pull origin master && rm ~/.zcomdump* && source ~/.zshrc && cd' if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then . $ZCFG/dotfiles/bash_aliases.sh -- 2.0.0