diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-24 18:42:58 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | a52489b39c4783a1b9ec3c421650e2cdf82e58d9 (patch) | |
| tree | 79a136b361e3bddbae7875a038790b0c07315f35 /config/hypr/scripts/ChangeStarshipPrompt.sh | |
| parent | e7713544052a9097fd14b06cb9658fadce4fcdac (diff) | |
Fixed typo in starship menu
Signed-off-by: Don Williams <don.e.williams@gmail.com>
Diffstat (limited to 'config/hypr/scripts/ChangeStarshipPrompt.sh')
| -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" |
