config/.bash_profile

8 lines
120 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.config/shell/profile ]] && . ~/.config/shell/profile
[[ -f ~/.bashrc ]] && . ~/.bashrc