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

5 lines
193 B
Fish
Raw Normal View History

# Activate oh-my-posh prompt:
2021-11-26 03:02:28 -08:00
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.