Skip to content

Commit e1ae401

Browse files
committed
1.20.3
1 parent d6458b7 commit e1ae401

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.20.2",
3+
"version": "1.20.3",
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
@@ -713,7 +713,7 @@ prompt_pure_state_setup() {
713713
[[ $UID -eq 0 ]] && username='%F{$prompt_pure_colors[user:root]}%n%f'"$hostname"
714714

715715
typeset -gA prompt_pure_state
716-
prompt_pure_state[version]="1.20.2"
716+
prompt_pure_state[version]="1.20.3"
717717
prompt_pure_state+=(
718718
username "$username"
719719
prompt "${PURE_PROMPT_SYMBOL:-❯}"

0 commit comments

Comments
 (0)