We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832691a commit 6a700a0Copy full SHA for 6a700a0
functions/abbr_tips_update.fish
@@ -1,8 +1,8 @@
1
function abbr_tips_update -d "Update abbreviations variables for fish-abbr-tips"
2
set -e _ABBR_TIPS_KEYS
3
set -e _ABBR_TIPS_VALUES
4
- set -gx _ABBR_TIPS_KEYS
5
- set -gx _ABBR_TIPS_VALUES
+ set -Ux _ABBR_TIPS_KEYS
+ set -Ux _ABBR_TIPS_VALUES
6
7
set -l i 1
8
set -l abb (string replace -r '.*-- ' '' (abbr -s))
0 commit comments