8 lines
157 B
Bash
8 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"
|