Update dotfiles/.local/share/chezmoi/home/dot_bashrc

This commit is contained in:
Brian Zalewski 2022-11-27 19:39:23 +00:00
parent bb17e0dab0
commit 4aa1cbad85

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC1091 # shellcheck disable=SC1090,SC1091
# Prefer US English # Prefer US English
@ -51,7 +52,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
else else
# Minimal session # Minimal session
if command -v oh-my-posh > /dev/null; then if command -v oh-my-posh > /dev/null; then
eval "$(oh-my-posh init bash --config "$XDG_CONFIG_HOME/oh-my-posh/Betelgeuse-minimal.omp.json)" eval "$(oh-my-posh init bash --config "$XDG_CONFIG_HOME/oh-my-posh/Betelgeuse-minimal.omp.json")"
fi fi
fi fi
fi fi