Removing '§' from ZLE_TOKENS_FOLLOWED_BY_COMMANDS.
This commit is contained in:
parent
57da7c9a28
commit
ff908d1128
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue