Convert old aliases and add fish config

This commit is contained in:
Barak Michener 2013-04-18 12:59:46 -04:00
parent 4a2c407d25
commit da3069a152
3 changed files with 30 additions and 25 deletions

4
bin/tmux-pwn Executable file
View 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