dot_files/.bash_profile

11 lines
425 B
Bash

# just to make sure we always source .bashrc
source ~/.bashrc
export PATH="/opt/homebrew/sbin:$PATH"
export XDG_DATA_HOME="$HOME/.local/share"
export PYTHONUSERBASE=$XDG_DATA_HOME/python
export PATH="$PYTHONUSERBASE/bin:$PATH"
export PATH=/opt/homebrew/bin:$PATH
export XDG_DATA_HOME="$HOME/.local/share"
export PYTHONUSERBASE=$XDG_DATA_HOME/python
export PATH="$PYTHONUSERBASE/bin:$PATH"
export PATH=/opt/homebrew/bin:$PATH