aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/tm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tm.sh b/bin/tm.sh
index 774dccb1..d5422869 100644
--- a/bin/tm.sh
+++ b/bin/tm.sh
@@ -5,7 +5,7 @@ if [ "$#" -gt 0 ] ; then
:
# If a session exists, just attach to it
-elif command tmux has-session 2>/dev/null ; then
+elif tmux has-session 2>/dev/null ; then
set -- attach-session -d
# Create a new session with an appropriate name