* Removed the whitespace after a completeted path. This allows to

* further browse the directory with <TAB>
This commit is contained in:
Julian Vetter 2014-11-10 17:51:23 +01:00
parent e2c777e1e3
commit 14d4deaba3

View File

@ -21,7 +21,7 @@ function _term_list(){
w+=${(D)$(readlink -n /proc/${SESSION}/cwd)} w+=${(D)$(readlink -n /proc/${SESSION}/cwd)}
done done
compadd -aQ w compadd -aQS '' w
} }
zle -C term_list menu-complete _generic zle -C term_list menu-complete _generic