diff options
-rwxr-xr-x | shell | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ else window_title root SUDO="sudo" eval `shell_remote_multiplexer` - elif [ -z "$COMMAND" ] && [ -f "$HOME/.screen/$DEST" ]; then + elif [ -z "$COMMAND" ] && ( [ -f "$HOME/.screen/$DEST" ] || [ -f "$HOME/.tmux/$DEST" ] ); then # Local root shell window_title $DEST shell local $DEST |