From 6848d93efd51f3d96154d7f7a5c1287ceb9e95ed Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 7 Jan 2022 23:51:06 +0530 Subject: adding ZLE_REMOVE_SUFFIX_CHARS --- .config/zsh/completion.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/zsh/completion.zsh') diff --git a/.config/zsh/completion.zsh b/.config/zsh/completion.zsh index 7ca7c39..5702d9e 100644 --- a/.config/zsh/completion.zsh +++ b/.config/zsh/completion.zsh @@ -1,5 +1,9 @@ # From https://wiki.archlinux.org/index.php/Zsh +### Keep the space after completion for some characters in zsh +#from https://unix.stackexchange.com/a/174641 +ZLE_SPACE_SUFFIX_CHARS=$'|&' + ### Handle command not found if [ -e /usr/share/doc/pkgfile/command-not-found.zsh ]; then source /usr/share/doc/pkgfile/command-not-found.zsh -- cgit v1.2.3