[ZSH] Workaround for powerlevel10k issue #1554

This commit is contained in:
Fabian Ising
2024-10-07 14:29:02 +02:00
committed by Fabian Ising
parent 21121ad69d
commit be42293f1c

View File

@@ -51,6 +51,9 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config [[ -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 # Powerlevel 10k
# Remove padding on right side # Remove padding on right side
ZLE_RPROMPT_INDENT=0 ZLE_RPROMPT_INDENT=0