configs/.bash_profile

9 lines
157 B
Bash
Raw Normal View History

2020-09-14 10:53:06 +02:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2020-09-14 11:03:35 +02:00
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
2020-09-14 10:53:06 +02:00
export DATA="/media/me/dataDrive"