diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 10:26:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 10:26:55 -0300 |
commit | 512aa73872075c7670823f742e97ea32bb0d6dd4 (patch) | |
tree | d262b03c902e5cdd22ea69312a6f641c9650bb15 | |
parent | 59b85dea3157f8767502c1d69fb5735414aecf24 (diff) | |
download | termplex-512aa73872075c7670823f742e97ea32bb0d6dd4.tar.gz termplex-512aa73872075c7670823f742e97ea32bb0d6dd4.tar.bz2 |
Check also for tmux profiles
-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 |