Skip to content

Commit

Permalink
fix starship activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Sep 25, 2024
1 parent 5921b4c commit 92a58cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customization/common/files/opt/rusty-pets/starship-activate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

RP_STARSHIP_INIT_BASH='eval "$(starship init bash)'
RP_STARSHIP_INIT_ZSH='eval "$(starship init zsh)'
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
Expand Down

0 comments on commit 92a58cd

Please sign in to comment.