Files
newdotfiles/linux/bash_profile
2020-08-20 11:03:00 +09:00

7 lines
93 B
Bash

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