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

5 lines
183 B
Fish
Raw Normal View History

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