.dotfiles/.config/fish/functions/__git.destroy.fish

8 lines
161 B
Fish
Raw Normal View History

2024-10-21 20:46:27 +03:00
function __git.destroy
for ab in $__git_plugin_abbreviations
abbr -e $ab
end
set -Ue __git_plugin_abbreviations
set -Ue __git_plugin_initialized
end