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

5 lines
190 B
Fish
Raw Normal View History

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