Update dotfiles
This commit is contained in:
parent
905bbdde4b
commit
77c9f41b4b
5 changed files with 17 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue