8 lines
92 B
Bash
8 lines
92 B
Bash
|
#
|
||
|
# ~/.bash_profile
|
||
|
#
|
||
|
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||
|
|
||
|
export DATA="/media/me/dataDrive"
|