oh-my-posh/.devcontainer/config.fish
2021-11-26 12:07:41 +01:00

5 lines
193 B
Fish

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