Skip to content

Commit 2f13dea

Browse files
committed
1.21.0
1 parent 7e3a346 commit 2f13dea

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.4",
3+
"version": "1.21.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.20.4"
718+
prompt_pure_state[version]="1.21.0"
719719
prompt_pure_state+=(
720720
username "$username"
721721
prompt "${PURE_PROMPT_SYMBOL:-❯}"

0 commit comments

Comments
 (0)