diff options
Diffstat (limited to 'Functions/Completion/_kill_helper')
-rw-r--r-- | Functions/Completion/_kill_helper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Functions/Completion/_kill_helper b/Functions/Completion/_kill_helper new file mode 100644 index 000000000..d3e9aaf4a --- /dev/null +++ b/Functions/Completion/_kill_helper @@ -0,0 +1,3 @@ +#autoload + +reply=( "$(ps 2>/dev/null)" ) |