diff --git a/.bashrc b/.bashrc index b7d7ff9..de680de 100644 --- a/.bashrc +++ b/.bashrc @@ -20,7 +20,9 @@ export GPG_TTY=$(tty) if command -v oh-my-posh >>/dev/null && [[ $FF_USE_OHMYPOSH != "false" ]]; then eval "$(oh-my-posh init bash)" else - if [[ $PROMPT_THEME != "" ]] && [[ -f "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc" ]]; then + if [[ $PROMPT_THEME == "disabled" ]]; then + true + elif [[ $PROMPT_THEME != "" ]] && [[ -f "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc" ]]; then source "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc" else source "$HOME/.config/bash/shell-prompts/vern.bashrc"