You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|