mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:47:11 +03:00
8 lines
161 B
Fish
8 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
|