aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-26 21:27:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-26 21:27:19 +1200
commitddc35b194dfcd3287214af6fcdac5f7006b10ffe (patch)
treea769400802c2ae4c5c1bfab9198ca9b09914d4d0
parentEmail full status output on systemd completion (diff)
downloaddotfiles-ddc35b194dfcd3287214af6fcdac5f7006b10ffe.tar.gz
dotfiles-ddc35b194dfcd3287214af6fcdac5f7006b10ffe.zip
Exec tmux(1) at the end of tm(1df)
-rw-r--r--bin/tm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tm.sh b/bin/tm.sh
index d5422869..e097cfb2 100644
--- a/bin/tm.sh
+++ b/bin/tm.sh
@@ -14,4 +14,4 @@ else
fi
# Execute with concluded arguments
-tmux "$@"
+exec tmux "$@"