remove tmux
This commit is contained in:
parent
9f54978e3e
commit
428703bfa1
1 changed files with 1 additions and 1 deletions
2
bash_rc
2
bash_rc
|
@ -123,4 +123,4 @@ do
|
||||||
fi
|
fi
|
||||||
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)"
|
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)"
|
||||||
|
|
||||||
[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}
|
#[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}
|
||||||
|
|
Loading…
Reference in a new issue