We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58971f commit cd1a75aCopy full SHA for cd1a75a
conf.d/abbr_tips.fish
@@ -52,6 +52,10 @@ function __abbr_tips_uninstall --on-event abbr_tips_uninstall
52
set --erase ABBR_TIPS_PROMPT
53
set --erase ABBR_TIPS_AUTO_UPDATE
54
set --erase ABBR_TIPS_ALIAS_WHITELIST
55
+ functions --erase abbr_tips_update
56
+ functions --erase _abbr_tips_bind_newline
57
+ functions --erase _abbr_tips_bind_space
58
+ functions --erase abbr_fish
59
end
60
61
# Locking mechanism
0 commit comments