Skip to content

Commit

Permalink
πŸ› fix: erase functions on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Apr 13, 2020
1 parent b58971f commit cd1a75a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.d/abbr_tips.fish
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ function __abbr_tips_uninstall --on-event abbr_tips_uninstall
set --erase ABBR_TIPS_PROMPT
set --erase ABBR_TIPS_AUTO_UPDATE
set --erase ABBR_TIPS_ALIAS_WHITELIST
functions --erase abbr_tips_update
functions --erase _abbr_tips_bind_newline
functions --erase _abbr_tips_bind_space
functions --erase abbr_fish
end

# Locking mechanism
Expand Down

0 comments on commit cd1a75a

Please sign in to comment.