Skip to content

Commit cd1a75a

Browse files
committed
🐛 fix: erase functions on uninstall
1 parent b58971f commit cd1a75a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf.d/abbr_tips.fish

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ function __abbr_tips_uninstall --on-event abbr_tips_uninstall
5252
set --erase ABBR_TIPS_PROMPT
5353
set --erase ABBR_TIPS_AUTO_UPDATE
5454
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
5559
end
5660

5761
# Locking mechanism

0 commit comments

Comments
 (0)