prettier via confirm

This commit is contained in:
pfych 2025-02-26 16:32:25 +11:00
parent f55a0d692f
commit 66b9d97f5b
3 changed files with 17 additions and 5 deletions

View file

@ -17,11 +17,11 @@ configPrompt() {
*) PROMPT_EMOJI="😵‍💫";;
esac
if [ -x "$(command -v wezterm)" ]; then
if [ "$TERM_PROGRAM" = "WezTerm" ]; then
wezterm cli set-tab-title "$PROMPT_EMOJI $(pwd)"
fi
fi
# if [ -x "$(command -v wezterm)" ]; then
# if [ "$TERM_PROGRAM" = "WezTerm" ]; then
# wezterm cli set-tab-title "$PROMPT_EMOJI $(pwd)"
# fi
# fi
PROMPT="$PROMPT_EMOJI [%c] "
RPROMPT="$(git_super_status)"