configs/.bash_profile

9 lines
157 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
export DATA="/media/me/dataDrive"