From 68f20a95a3f57c47e9a1a4adb7ef5fd70ba56a92 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 9 Jul 2023 19:49:53 +0000 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b3ffbac..39e33a9 100755 --- a/update.sh +++ b/update.sh @@ -181,7 +181,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 nvim)' >> ~/.bashrc +echo ' test -z "$TMUX" && (tmux attach || tmux new-session)' >> ~/.bashrc echo "fi" >> ~/.bashrc echo "fi" >> ~/.bashrc