add bash_profile
This commit is contained in:
parent
c4bd9ab38b
commit
9a8251e88b
1 changed files with 7 additions and 0 deletions
7
.bash_profile
Normal file
7
.bash_profile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# ~/.bash_profile
|
||||||
|
#
|
||||||
|
|
||||||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
export DATA="/media/me/dataDrive"
|
Loading…
Reference in a new issue