dotfiles/fish/functions/__git.destroy.fish
2022-11-27 14:20:25 +08:00

7 lines
161 B
Fish

function __git.destroy
for ab in $__git_plugin_abbreviations
abbr -e $ab
end
set -Ue __git_plugin_abbreviations
set -Ue __git_plugin_initialized
end