dotfiles/.bash_profile
Joey Yakimowich-Payne 77c9f41b4b Update dotfiles
2022-11-19 18:52:39 -07:00

10 lines
No EOL
282 B
Bash

source ~/.bashrc
source ~/.bash_aliases
. "$HOME/.cargo/env"
# Setting PATH for Python 3.10
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.10/bin:${PATH}"
export PATH
[[ -f ~/.bashrc ]] && source ~/.bashrc # ghcup-env