aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/tmux.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/tmux.bash b/bash/bashrc.d/tmux.bash
index 2e4db7a6..0a3c2743 100644
--- a/bash/bashrc.d/tmux.bash
+++ b/bash/bashrc.d/tmux.bash
@@ -8,7 +8,7 @@ tmux() {
# If sessions exist, default the arguments to the attach-session command
if ! (($#)) && command tmux has-session 2>/dev/null; then
- command tmux attach-session
+ command tmux attach-session -d
# Otherwise, just call tmux directly with the given arguments
else