summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/widgets.zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-18 10:07:28 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-18 10:07:28 +0100
commit785af9664c53346e6ffef300d0571f4b2ce4e8a6 (patch)
treed54f14cf1ab492d24dc44a9dd1a32adc59a93ec6 /config/essentials/zsh/widgets.zsh
parentfde23996e410c11ee82491380630f9cb8b02e9f8 (diff)
checkpoint
Diffstat (limited to 'config/essentials/zsh/widgets.zsh')
-rw-r--r--config/essentials/zsh/widgets.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/zsh/widgets.zsh b/config/essentials/zsh/widgets.zsh
index a7f8067..dd42788 100644
--- a/config/essentials/zsh/widgets.zsh
+++ b/config/essentials/zsh/widgets.zsh
@@ -21,6 +21,7 @@ toggle_prompt() {
eval "$(starship init zsh)"
else
PS1="$new_prompt"
+ RPROMPT=""
fi
zle clear-screen
}