From cd1a75add47709c10569393fa89b7ef7b931c106 Mon Sep 17 00:00:00 2001 From: Gazorby Date: Tue, 14 Apr 2020 00:41:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20erase=20functions=20on=20?= =?UTF-8?q?uninstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.d/abbr_tips.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.d/abbr_tips.fish b/conf.d/abbr_tips.fish index 1f9f9b6..730857c 100644 --- a/conf.d/abbr_tips.fish +++ b/conf.d/abbr_tips.fish @@ -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