Stop zsh from eating space before pipe symbol

This commit is contained in:
Oliver Davies 2019-04-10 11:29:27 +01:00 committed by GitHub
parent 2fb7efa29b
commit 15d2760ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.zshrc
View file

@ -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=""