From 15d2760ca2caa6f75841dd8cf3b0823c496deeaf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Apr 2019 11:29:27 +0100 Subject: [PATCH] Stop zsh from eating space before pipe symbol --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index b8b99d7..3fd2d5a 100644 --- a/.zshrc +++ b/.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=""