diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 15:53:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 15:53:55 -0500 |
commit | d87bd3ddaa696c6a60528d99783aa33db6e8f214 (patch) | |
tree | 7c665bef4e2da83e1e9f51419284c7907195732c /bin/sdf | |
parent | Switch to powerline10k prompt after god knows how many years of wunjo (diff) |
Drop a bunch of old config files
Diffstat (limited to 'bin/sdf')
-rwxr-xr-x | bin/sdf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/sdf b/bin/sdf deleted file mode 100755 index 824af51..0000000 --- a/bin/sdf +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -SDF=faeroes.sdf.org - -tmux new-session -A -s sdf -d -n com "ssh -t ${SDF} rcom" -tmux set-option -t sdf:^ default-command "ssh -t ${SDF}" -tmux set-option -t sdf:^ remain-on-exit on -tmux attach -t sdf |