From ae4e5a797514994fbe258a8e9d4be9c7d100622d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Sep 2016 22:44:28 +0200 Subject: fix directory names with consecutive spaces --- etc/functions/rtab | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/functions/rtab b/etc/functions/rtab index f57b877..4351fae 100644 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -3,9 +3,6 @@ ## Copyright (C) 2008, 2009 by Daniel Friesel ## License: WTFPL -## CAVEAT: directory-names containing two or more consecutive spaces -## are not yet supported - setopt localoptions setopt rc_quotes null_glob @@ -13,6 +10,7 @@ typeset -i lastfull=0 typeset -i short=0 typeset -i tilde=0 typeset -i named=0 +typeset IFS=$'\n' if zstyle -t ':prompt:rtab' fish; then lastfull=1 -- cgit v1.2.3