Overwrite, not append

This commit is contained in:
Corey Smith
2025-07-17 11:12:25 -07:00
parent b7adf8895a
commit 52d32a8ba2

View File

@ -42,7 +42,7 @@ set -g status-right ' %b %d %H:%M:%S (#(TZ="America/Los_Angeles" date "+%%I:%%M
EOF EOF
echo "Overwriting .bashrc" echo "Overwriting .bashrc"
cat << 'EOF' >> ~/.bashrc cat << 'EOF' > ~/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells. # ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples # for examples