Unfunction kitty-integration in zsh

This commit is contained in:
Roman Perepelitsa
2021-12-23 18:13:49 +01:00
parent 59505d17d5
commit 9bba38bd11
3 changed files with 210 additions and 217 deletions

View File

@@ -16,5 +16,6 @@
if [[ -r "$_ksi_file" ]]; then
'builtin' 'autoload' '-Uz' '--' "$_ksi_file"
"${_ksi_file:t}"
'builtin' 'unfunction' '--' "${_ksi_file:t}"
fi
'builtin' 'unset' '_ksi_file'