[dolphin] [Bug 500614] Dolphin encounters infinite folder loop when embedded terminal is on
HittyGubby
bugzilla_noreply at kde.org
Mon Mar 3 13:53:52 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=500614
--- Comment #5 from HittyGubby <3488704699 at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list