dotfiles/.profile

10 lines
309 B
Plaintext
Raw Permalink Normal View History

2019-10-02 21:06:34 -05:00
source ~/.bashrc
2022-08-11 15:23:37 -04:00
export PATH="/Users/jwall/Library/Application Support/edgedb/bin:$PATH"
# added by Snowflake SnowSQL installer v1.2
export PATH=/Applications/SnowSQL.app/Contents/MacOS:$PATH
2024-05-16 11:45:45 -05:00
if [ -f "$HOME/Library/Application Support/dnvm/env" ]; then
. "$HOME/Library/Application Support/dnvm/env"
fi