From bddde0272b4151a647512a59fb0a0e3bc1c0dab6 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 10 Jul 2023 01:16:08 +0200 Subject: [PATCH] Added .start --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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