From 14d4deaba3ee2b3869ac4991370d03cf6244fb10 Mon Sep 17 00:00:00 2001 From: Julian Vetter Date: Mon, 10 Nov 2014 17:51:23 +0100 Subject: [PATCH] * Removed the whitespace after a completeted path. This allows to * further browse the directory with --- plugins/term_tab/term_tab.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/term_tab/term_tab.plugin.zsh b/plugins/term_tab/term_tab.plugin.zsh index 2ec04419..abded90e 100644 --- a/plugins/term_tab/term_tab.plugin.zsh +++ b/plugins/term_tab/term_tab.plugin.zsh @@ -21,7 +21,7 @@ function _term_list(){ w+=${(D)$(readlink -n /proc/${SESSION}/cwd)} done - compadd -aQ w + compadd -aQS '' w } zle -C term_list menu-complete _generic