mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
* 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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue