aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-25 23:45:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-25 23:45:57 +1200
commit75c6240bc0bd6368cc8b470572062db360c07670 (patch)
treeb0fb01f56eeaaae86546eb957d1704e4525aab4d /bin
parentAdd an issue about XDG (diff)
downloaddotfiles-75c6240bc0bd6368cc8b470572062db360c07670.tar.gz
dotfiles-75c6240bc0bd6368cc8b470572062db360c07670.zip
Remove unneeded `command` prefix
Diffstat (limited to 'bin')
-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