8 lines
95 B
Bash
8 lines
95 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
export PATH="$HOME/.local/bin:$PATH"
|