summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 8a9352c..919483d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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