Stop zsh from eating space before pipe symbol
This commit is contained in:
parent
2fb7efa29b
commit
15d2760ca2
4
.zshrc
4
.zshrc
|
@ -93,3 +93,7 @@ source ~/.aliases
|
||||||
source ~/.functions
|
source ~/.functions
|
||||||
|
|
||||||
. /usr/local/etc/profile.d/z.sh
|
. /usr/local/etc/profile.d/z.sh
|
||||||
|
|
||||||
|
# Stop zsh from eating space before pipe symbol
|
||||||
|
# https://superuser.com/questions/613685/how-stop-zsh-from-eating-space-before-pipe-symbol
|
||||||
|
ZLE_REMOVE_SUFFIX_CHARS=""
|
||||||
|
|
Loading…
Reference in a new issue