diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 08:51:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 08:51:19 +0300 |
commit | f1ca59bfa6720a633387a8c0457c858913a2f83c (patch) | |
tree | a8ee5fe7112b34d4358dbd1c0ebe2d870abf5f34 /%HOME% | |
parent | tmux: adjust colors (diff) | |
download | linux-home-f1ca59bfa6720a633387a8c0457c858913a2f83c.tar.gz linux-home-f1ca59bfa6720a633387a8c0457c858913a2f83c.zip |
tmux: prevent recursive attachments
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index a8f32ab..7347df6 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -135,5 +135,5 @@ nnn() { # tmux: start automatically. # https://unix.stackexchange.com/a/113768 if command -v tmux &> /dev/null && [ -z "$STY" ] && [ -z "$TMUX" ]; then - exec tmux new-session -A -s main + exec tmux fi |