Stop zsh from eating space before pipe symbol
This commit is contained in:
parent
2fb7efa29b
commit
15d2760ca2
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -93,3 +93,7 @@ source ~/.aliases
|
|||
source ~/.functions
|
||||
|
||||
. /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…
Add table
Add a link
Reference in a new issue