[ZSH] Workaround for powerlevel10k issue #1554

This commit is contained in:
Fabian Ising
2024-10-07 14:29:02 +02:00
parent 1a34f11484
commit 154a77b825

View File

@@ -60,6 +60,9 @@ fi
# Sudo workaround for neovim
export SUDO_ASKPASS=$(command -v ssh-askpass)
# 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