refactor(zsh): stop auto-starting tmux
This commit is contained in:
parent
4441fe1af5
commit
e93a165673
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ if command -v tmux &> /dev/null; then
|
||||||
}
|
}
|
||||||
|
|
||||||
# auto-start tmux
|
# auto-start tmux
|
||||||
if [ -z "${TMUX}" ]; then
|
#if [ -z "${TMUX}" ]; then
|
||||||
tmux -f ~/.config/tmux/tmux.conf
|
# tmux -f ~/.config/tmux/tmux.conf
|
||||||
fi
|
#fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# rust/cargo
|
# rust/cargo
|
||||||
|
|
Loading…
Reference in a new issue