9 lines
129 B
Bash
9 lines
129 B
Bash
|
#
|
||
|
# ~/.bash_profile
|
||
|
#
|
||
|
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||
|
|
||
|
# add ~/.local/bin to the PATH
|
||
|
[[ -f ~/.xstefenrc ]] && . ~/.xstefenrc
|