From ff908d11283f0f73f2228da5b56e06e9d1e7d2df Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 26 Dec 2010 11:56:05 -0800 Subject: [PATCH] =?UTF-8?q?Removing=20'=C2=A7'=20from=20ZLE=5FTOKENS=5FFOL?= =?UTF-8?q?LOWED=5FBY=5FCOMMANDS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh-syntax-highlighting.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 9275188..160302f 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -22,7 +22,7 @@ ZLE_GLOBING='fg=blue,bold' ZLE_DEFAULT='fg=white,bold' -ZLE_TOKENS_FOLLOWED_BY_COMMANDS=('|' '||' ';' '&' '&&' 'sudo' 'start' 'time' 'strace' 'ยง') +ZLE_TOKENS_FOLLOWED_BY_COMMANDS=('|' '||' ';' '&' '&&' 'sudo' 'start' 'time' 'strace') _check_path() { [[ -z $arg ]] && return 1