Skip to content

Commit 02eadb1

Browse files
committed
1.25.0
1 parent cb20a7d commit 02eadb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure-prompt",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"description": "Pretty, minimal and fast ZSH prompt",
55
"license": "MIT",
66
"repository": "sindresorhus/pure",

pure.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ prompt_pure_state_setup() {
720720
[[ $UID -eq 0 ]] && username='%F{$prompt_pure_colors[user:root]}%n%f'"$hostname"
721721

722722
typeset -gA prompt_pure_state
723-
prompt_pure_state[version]="1.23.0"
723+
prompt_pure_state[version]="1.25.0"
724724
prompt_pure_state+=(
725725
username "$username"
726726
prompt "${PURE_PROMPT_SYMBOL:-❯}"

0 commit comments

Comments
 (0)