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..e1d286938 --- /dev/null +++ b/Functions/Completion/__kill_helper @@ -0,0 +1,3 @@ +#helper + +reply=( "$(ps 2>/dev/null)" ) |