Skip to content

Commit a02209d

Browse files
committed
1.23.0
1 parent f2d671c commit a02209d

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.22.0",
3+
"version": "1.23.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
@@ -715,7 +715,7 @@ prompt_pure_state_setup() {
715715
[[ $UID -eq 0 ]] && username='%F{$prompt_pure_colors[user:root]}%n%f'"$hostname"
716716

717717
typeset -gA prompt_pure_state
718-
prompt_pure_state[version]="1.22.0"
718+
prompt_pure_state[version]="1.23.0"
719719
prompt_pure_state+=(
720720
username "$username"
721721
prompt "${PURE_PROMPT_SYMBOL:-❯}"

0 commit comments

Comments
 (0)