diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:44:01 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-05 00:44:01 +0530 |
commit | 40608d52677bc4ed0c7d97052f7cd8ed72713856 (patch) | |
tree | e3a6224b4c29e91ad96d09845494ab9eacb29e6c /completion | |
parent | 9249b7c3399e131e2235679f69b6c741209cf68b (diff) |
chore: update fish completion and default config
for the feat introduced in f940209
Diffstat (limited to 'completion')
-rw-r--r-- | completion/tessen.fish-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/tessen.fish-completion b/completion/tessen.fish-completion index 3f88a78..0c07b94 100644 --- a/completion/tessen.fish-completion +++ b/completion/tessen.fish-completion @@ -1,6 +1,6 @@ complete -f -c tessen complete -x -c tessen -s p -l pass -k -a "pass gopass" -d "use pass or gopass" -complete -x -c tessen -s d -l dmenu -k -a "rofi fuzzel bemenu wofi" -d "use either rofi, fuzzel, bemenu, or rofi" +complete -x -c tessen -s d -l dmenu -k -a "rofi fuzzel bemenu wofi dmenu" -d "use either rofi, fuzzel, bemenu, rofi, or dmenu" complete -x -c tessen -s a -l action -k -a "autotype copy both" -d "either 'autotype' data, 'copy' it, or do 'both'" complete -x -c tessen -s h -l help -d "show the help menu" complete -x -c tessen -s v -l version -d "show the version" |