Skip to content

Commit 5b458ba

Browse files
committed
1.20.1
1 parent 4a04d19 commit 5b458ba

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

708708
typeset -gA prompt_pure_state
709-
prompt_pure_state[version]="1.20.0"
709+
prompt_pure_state[version]="1.20.1"
710710
prompt_pure_state+=(
711711
username "$username"
712712
prompt "${PURE_PROMPT_SYMBOL:-❯}"

0 commit comments

Comments
 (0)