https://bugs.kde.org/show_bug.cgi?id=500614
--- Comment #5 from HittyGubby <3488704...@qq.com> --- Uh, I don't know zsh supported plugins... I'm not on ohmyzsh either. zsh version: zsh 5.9 (x86_64-pc-linux-gnu) - From pacman Official Repo Here is my .zshrc: # Use powerline USE_POWERLINE="true" # Has weird character width # Example: # is not a diamond HAS_WIDECHARS="false" # Source manjaro-zsh-configuration eval $(thefuck --alias) if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then source /usr/share/zsh/manjaro-zsh-config fi # Use manjaro zsh prompt if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then source /usr/share/zsh/manjaro-zsh-prompt fi ___MY_VMOPTIONS_SHELL_FILE="${HOME}/.jetbrains.vmoptions.sh"; if [ -f "${___MY_VMOPTIONS_SHELL_FILE}" ]; then . "${___MY_VMOPTIONS_SHELL_FILE}"; fi -- You are receiving this mail because: You are watching all bug changes.