rm completion cs des param (-h -l -st ...)

This commit is contained in:
_N3m0 2023-03-08 09:20:55 +01:00
parent f869746b7a
commit f6be8ec19c
1 changed files with 0 additions and 6 deletions

View File

@ -29,11 +29,5 @@ cmpt_cs(){
for opt in `ls ~/dev/cheat-sheet`; do
COMPREPLY+=("$opt")
done
COMPREPLY+=("-h")
COMPREPLY+=("-l")
COMPREPLY+=("-ln")
COMPREPLY+=("-st")
COMPREPLY+=("-ci")
COMPREPLY+=("-log")
}
complete -F cmpt_cs cs