rm completion cs des param (-h -l -st ...)
This commit is contained in:
parent
f869746b7a
commit
f6be8ec19c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue