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 | |
| parent | e7713544052a9097fd14b06cb9658fadce4fcdac (diff) | |
Fixed typo in starship menu
Signed-off-by: Don Williams <don.e.williams@gmail.com>
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rwxr-xr-x | config/hypr/scripts/ChangeStarshipPrompt.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2762084b..75234ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ ## Fixed: +- Typo in change starship prompt menu - Extra `read` in `build-awww.sh` - `Toggle-Active-Windown-Audio.sh` - Updated to work in LUA workflow 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" |
