diff options
Diffstat (limited to 'wtmux')
-rwxr-xr-x | wtmux | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ if [ ! -z "${name}" ]; then fi fi - if [ -z "$state" ] || [ "$state" == "attached" ]; then + if [ "$state" != "detached" ]; then tmux attach -t ${name} fi else |