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