remove auto-run tmux in bashrc
This commit is contained in:
parent
28bea7e715
commit
c0da3c40e8
@ -5,9 +5,9 @@ case $- in
|
||||
esac
|
||||
|
||||
# start in tmux session if possible
|
||||
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
||||
exec tmux
|
||||
fi
|
||||
# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
||||
# exec tmux
|
||||
# fi
|
||||
|
||||
# history
|
||||
HISTSIZE= ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user