diff --git a/customization/common/files/opt/rusty-pets/starship-activate b/customization/common/files/opt/rusty-pets/starship-activate index 149306a..5928e61 100755 --- a/customization/common/files/opt/rusty-pets/starship-activate +++ b/customization/common/files/opt/rusty-pets/starship-activate @@ -4,7 +4,7 @@ RP_STARSHIP_INIT_BASH='eval "$(starship init bash)' RP_STARSHIP_INIT_ZSH='eval "$(starship init zsh)' if [ ! -f ~/.config/rusty-pets/starship-activated ]; then echo "Activating starship prompt! ☄🌌️" - [ "${BASH_VERSION:-}" != "" ] && echo "${RP_STARSHIP_INIT_BASH}" > ~/.bashrc - [ "${ZSH_VERSION:-}" != "" ] && echo "${RP_STARSHIP_INIT_ZSH}" > ~/.zshrc + [ "${BASH_VERSION:-}" != "" ] && echo "${RP_STARSHIP_INIT_BASH}" >> ~/.bashrc + [ "${ZSH_VERSION:-}" != "" ] && echo "${RP_STARSHIP_INIT_ZSH}" >> ~/.zshrc touch ~/.config/rusty-pets/starship-activated -fi \ No newline at end of file +fi