diff --git a/share/functions/abbr.fish b/share/functions/abbr.fish index 33e249502..09ad87a12 100644 --- a/share/functions/abbr.fish +++ b/share/functions/abbr.fish @@ -1,4 +1,4 @@ -function abbr --description "Manage abbreviations using new fish 3.0 scheme." +function abbr --description "Manage abbreviations" set -l options --stop-nonopt --exclusive 'a,r,e,l,s' --exclusive 'g,U' set -a options 'h/help' 'a/add' 'r/rename' 'e/erase' 'l/list' 's/show' set -a options 'g/global' 'U/universal'