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