8 lines
83 B
Bash
8 lines
83 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
. "$HOME/.local/bin/env"
|