Skip to content

Commit 2543ff3

Browse files
committed
customize node symbol
1 parent c28540c commit 2543ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-pure.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ prompt_pure_preprompt_render() {
153153
# NodeJS version
154154
local rpreprompt
155155
if (( ${PURE_NODE_ENABLED:-1} )); then
156-
rpreprompt+="%F{green} ${prompt_pure_node_version}%f"
156+
rpreprompt+="%F{green}${PURE_NODE_SYMBOL:=⬢} ${prompt_pure_node_version}%f"
157157
fi
158158

159159
integer preprompt_left_length preprompt_right_length space_length

0 commit comments

Comments
 (0)