mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 14:21:43 +00:00
parent
098f3f4fe4
commit
da11c15510
@ -109,9 +109,9 @@ function tv_smart_autocomplete
|
|||||||
end
|
end
|
||||||
|
|
||||||
for i in $result
|
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
|
# 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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user