diff --git a/completion b/completion index 4cacae9..e107bd9 100644 --- a/completion +++ b/completion @@ -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