Update dotfiles/.local/share/chezmoi/home/dot_bashrc
This commit is contained in:
parent
bb17e0dab0
commit
4aa1cbad85
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
|
||||
# Prefer US English
|
||||
|
@ -51,7 +52,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
|
|||
else
|
||||
# Minimal session
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue