* Removed the whitespace after a completeted path. This allows to
* further browse the directory with <TAB>
This commit is contained in:
parent
e2c777e1e3
commit
14d4deaba3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user