From 75efc6c1c4e23fcba22665719542471749aaea56 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 18 Nov 2024 00:14:25 +0100 Subject: checkpoint --- config/essentials/zsh/.zshrc | 2 +- config/essentials/zsh/widgets.zsh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'config/essentials/zsh') diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 85f213d..0be7c8f 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -45,7 +45,7 @@ then plug "MichaelAquilina/zsh-auto-notify" export AUTO_NOTIFY_TITLE="zsh" export AUTO_NOTIFY_BODY="%command [%exit_code]" - AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty") + AUTO_NOTIFY_IGNORE+=("abduco" "gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock" "server" "chatty" "pwsh") fi # Substring search settings 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 } -- cgit v1.2.3