fix(completion): disable file completion

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 08:47:30 +10:00
parent b73ba4ffe3
commit 81cdeeab68
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
set command termux-call-log
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'

View file

@ -12,6 +12,8 @@ end
set command termux-camera-photo
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'