mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 22:01:39 +00:00
parent
098f3f4fe4
commit
da11c15510
@ -109,9 +109,9 @@ function tv_smart_autocomplete
|
||||
end
|
||||
|
||||
for i in $result
|
||||
commandline -it -- $dir(string escape -- $i)' '
|
||||
commandline -t -- (string escape -- "$dir$i")' '
|
||||
# optional, if you want to replace '/home/foo/' with '~/', comment out above and uncomment below
|
||||
# commandline -it -- (string replace --all $HOME '~' $dir(string escape -- $i))' '
|
||||
# commandline -t -- (string replace --all $HOME '~' -- (string escape -- "$dir$i"))' '
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user