mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +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
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-d 'Show [h]elp'
|
||||
|
|
|
@ -12,6 +12,8 @@ end
|
|||
|
||||
set command termux-camera-photo
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-d 'Show [h]elp'
|
||||
|
|
Loading…
Reference in a new issue