]> git.armaanb.net Git - bin.git/blobdiff - tmuxt
tmuxt: pass arguments to st instead of tmux
[bin.git] / tmuxt
diff --git a/tmuxt b/tmuxt
index 17e8a72e872f44ae24287ab86e037c54158ef2b9..4c530d066876b807754e8a8b61444d9a79c7a70e 100755 (executable)
--- a/tmuxt
+++ b/tmuxt
@@ -1,4 +1,4 @@
 #!/usr/bin/env sh
 
 trap "tmux kill-session -t $$" EXIT
-st -e tmux new-session -s $$ $@
+st $@ -e tmux new-session -s $$ -f ~/.config/tmux/tmux.conf