summaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:29:09 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:29:09 -0500
commitd5e72ac1b3d1aacec097c1d41decbe748c035f06 (patch)
treee75f879e5cdf3b51eb23ab321eb6e8ec2ce6ea9a /tmux
parent0179eebc614a5668048b510cb7a0776354c16dc3 (diff)
downloadconf-d5e72ac1b3d1aacec097c1d41decbe748c035f06.tar.gz
conf-d5e72ac1b3d1aacec097c1d41decbe748c035f06.zip
rearrange some more things
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/sh/rc.d/tmux5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.config/sh/rc.d/tmux b/tmux/.config/sh/rc.d/tmux
new file mode 100644
index 0000000..520e98c
--- /dev/null
+++ b/tmux/.config/sh/rc.d/tmux
@@ -0,0 +1,5 @@
+alias main='tmux new -As main'
+alias chat='tmux new -As chat'
+alias work='tmux new -As work'
+alias docs='tmux new -As docs'
+alias misc='tmux new -As misc'