aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index d5a0e710..794e38aa 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -156,7 +156,7 @@ function tmux {
if [[ -n "$*" ]]; then
command tmux $*
else
- command tmux attach &>/dev/null || command tmux
+ command tmux attach -d &>/dev/null || command tmux
fi
}