fix(zsh): clean up functions after load

This commit is contained in:
Price Hiller 2022-08-28 15:42:54 -05:00
parent fd243640dc
commit fdced5f1fd

View File

@ -22,3 +22,5 @@ init() {
}
init
unset -f init
unset -f configure