diff options
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/ChangeStarshipPrompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/ChangeStarshipPrompt.sh b/config/hypr/scripts/ChangeStarshipPrompt.sh index 6d489754..165b6d2d 100755 --- a/config/hypr/scripts/ChangeStarshipPrompt.sh +++ b/config/hypr/scripts/ChangeStarshipPrompt.sh @@ -13,7 +13,7 @@ HYPR_STARSHIP_DIR="$CONFIG_HOME/hypr/starship" STARSHIP_CONFIG="$CONFIG_HOME/starship.toml" BACKUP_FILE="$STARSHIP_CONFIG.original" ROFI_THEME="$CONFIG_HOME/rofi/config-starship.rasi" -RESTORE_LABEL="Retore orignal prompt" +RESTORE_LABEL="Restore original prompt" if ! command -v starship >/dev/null 2>&1; then echo "starship is not installed" |
