mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
fix(completion): disable file completion
This commit is contained in:
parent
b73ba4ffe3
commit
81cdeeab68
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
set command termux-call-log
|
set command termux-call-log
|
||||||
|
|
||||||
|
complete -c $command -f
|
||||||
|
|
||||||
complete -c $command \
|
complete -c $command \
|
||||||
-s h \
|
-s h \
|
||||||
-d 'Show [h]elp'
|
-d 'Show [h]elp'
|
||||||
|
|
|
@ -12,6 +12,8 @@ end
|
||||||
|
|
||||||
set command termux-camera-photo
|
set command termux-camera-photo
|
||||||
|
|
||||||
|
complete -c $command -f
|
||||||
|
|
||||||
complete -c $command \
|
complete -c $command \
|
||||||
-s h \
|
-s h \
|
||||||
-d 'Show [h]elp'
|
-d 'Show [h]elp'
|
||||||
|
|
Loading…
Reference in a new issue