9 lines
85 B
Bash
9 lines
85 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
PATH=$PATH:$HOME/.scripts
|
|
|