2022-06-18 14:13:08 -04:00
|
|
|
if [[ -n "$(which-command oh-my-posh)" ]]; then
|
2022-05-29 00:08:37 +00:00
|
|
|
OHMYPOSH_CONFIG=''
|
|
|
|
[[ -r ~/.poshtheme.omp.json ]] && OHMYPOSH_CONFIG="~/.poshtheme.omp.json"
|
|
|
|
eval "$(oh-my-posh init bash --config $OHMYPOSH_CONFIG)"
|
|
|
|
unset OHMYPOSH_CONFIG
|
|
|
|
fi
|