summaryrefslogtreecommitdiff
path: root/hook.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'hook.zsh')
-rw-r--r--hook.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook.zsh b/hook.zsh
index 9715796..b608185 100644
--- a/hook.zsh
+++ b/hook.zsh
@@ -1,5 +1,5 @@
prompt_precmd() {
- export PS1=$'`prim --ps1 --col $COLUMNS --row $LINES --status $?`'
+ export PS1=$'`prim --ps1 --col $COLUMNS --row $LINES --status $? --pchar ❯`'
export RPS1=$'`prim --rps1 --col $COLUMNS --row $LINES --status $?`'
}