Convert old aliases and add fish config
This commit is contained in:
parent
4a2c407d25
commit
da3069a152
3 changed files with 30 additions and 25 deletions
4
bin/tmux-pwn
Executable file
4
bin/tmux-pwn
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
tmux list-clients | sed "s|^\(/dev/ttys[0-9]\+\).*\[\([0-9]\+x[0-9]\+\).*$|\2 \1|" | sort -r -n | tail -n +2 | cut -d " " -f 2 | xargs -n 1 tmux detach-client -t
|
||||
Loading…
Add table
Add a link
Reference in a new issue