Skip to content

Commit

Permalink
πŸ› fix: still need univresal scope for abbr lists
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Apr 13, 2020
1 parent 832691a commit 6a700a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/abbr_tips_update.fish
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function abbr_tips_update -d "Update abbreviations variables for fish-abbr-tips"
set -e _ABBR_TIPS_KEYS
set -e _ABBR_TIPS_VALUES
set -gx _ABBR_TIPS_KEYS
set -gx _ABBR_TIPS_VALUES
set -Ux _ABBR_TIPS_KEYS
set -Ux _ABBR_TIPS_VALUES

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

0 comments on commit 6a700a0

Please sign in to comment.