dotfiles/.bash_profile
2023-06-24 13:29:27 +02:00

7 lines
94 B
Bash

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