diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget')
-rw-r--r-- | zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget b/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget deleted file mode 100644 index 1aff7bb..0000000 --- a/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget +++ /dev/null @@ -1,8 +0,0 @@ -autoload znt-usetty-wrapper n-kill -local NLIST_START_IN_SEARCH_MODE=0 -local NLIST_START_IN_UNIQ_MODE=0 - -znt-usetty-wrapper n-kill "$@" - -unset NLIST_START_IN_SEARCH_MODE -unset NLIST_START_IN_UNIQ_MODE |