diff options
| -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" |
