Adapt fzf-z to allow comma values returned from z
This commit is contained in:
parent
aa6f69881d
commit
bed82ccb1e
@ -51,7 +51,7 @@ in {
|
||||
|
||||
functions = {
|
||||
fzf-z = ''
|
||||
set dir $(z --list | fzf --tiebreak=index | sed -E 's/^[0-9]+[[:space:]]+//')
|
||||
set dir $(z --list | fzf --tiebreak=index | sed -E 's/^[0-9\.]+[[:space:]]+//')
|
||||
cd $dir
|
||||
'';
|
||||
mkcd = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user