configs/.bash_profile

8 lines
92 B
Bash
Raw Normal View History

2020-09-14 10:53:06 +02:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export DATA="/media/me/dataDrive"