From be42293f1c32d2d2bea6ea7494acd9a6a6cdac6a Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 7 Oct 2024 14:29:02 +0200 Subject: [PATCH] [ZSH] Workaround for powerlevel10k issue #1554 --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9c7b5cb..c1b657d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -51,6 +51,9 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt" [[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config +# Workaround for async issues https://github.com/romkatv/powerlevel10k/issues/1554 +unset ZSH_AUTOSUGGEST_USE_ASYNC + # Powerlevel 10k # Remove padding on right side ZLE_RPROMPT_INDENT=0