6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
# Bash Prompt
|
|
|
|
# startup oh-my-posh
|
|
OMP_THEME="~/.omp/themes/custom.json"
|
|
eval "$(oh-my-posh init bash --config $OMP_THEME)"
|