diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -204,6 +204,10 @@ tln() { reply=( $(tmux list-sessions | cut -d: -f1) ) } +lsof_kill() { + lsof $1 | grep -v COMMAND | cut -d " " -f 2- | strips | cut -d " " -f 1 | xargs kill +} + compctl -K tln muxa case `whoami` in |