diff --git a/update.sh b/update.sh index 2b3a99d..42bab32 100755 --- a/update.sh +++ b/update.sh @@ -199,7 +199,7 @@ printf -- '\033[33m Adding tmux/nvim autostart to bashrc\n\033[37m' echo "# TMUX" >> ~/.bashrc echo "if [[ ! \$TERM =~ screen ]]; then" >> ~/.bashrc echo "if which tmux >/dev/null 2>&1; then" >> ~/.bashrc -echo ' test -z "$TMUX" && (tmux attach || tmux new-session)' >> ~/.bashrc +echo ' test -z "$TMUX" && (tmux attach || tmux new-session ~/.start)' >> ~/.bashrc echo "fi" >> ~/.bashrc echo "fi" >> ~/.bashrc