oh-my-posh/.devcontainer/config.fish

5 lines
227 B
Fish
Raw Normal View History

# Activate oh-my-posh prompt:
oh-my-posh --init --shell fish --config $POSHTHEMES_ROOT/$DEFAULT_POSH_THEME.omp.json | source
# NOTE: You can override the above env vars from the devcontainer.json "args" under the "build" key.