From f6be8ec19ca5c3e50e0d316fb2698da199e2e04a Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Wed, 8 Mar 2023 09:20:55 +0100 Subject: [PATCH] rm completion cs des param (-h -l -st ...) --- completion | 6 ------ 1 file changed, 6 deletions(-) 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