oh-my-posh/.devcontainer/config.fish
2021-11-20 13:45:51 +01:00

5 lines
227 B
Fish

# 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.