Skip to content

Commit 6a700a0

Browse files
committed
🐛 fix: still need univresal scope for abbr lists
1 parent 832691a commit 6a700a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/abbr_tips_update.fish

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function abbr_tips_update -d "Update abbreviations variables for fish-abbr-tips"
22
set -e _ABBR_TIPS_KEYS
33
set -e _ABBR_TIPS_VALUES
4-
set -gx _ABBR_TIPS_KEYS
5-
set -gx _ABBR_TIPS_VALUES
4+
set -Ux _ABBR_TIPS_KEYS
5+
set -Ux _ABBR_TIPS_VALUES
66

77
set -l i 1
88
set -l abb (string replace -r '.*-- ' '' (abbr -s))

0 commit comments

Comments
 (0)