dotfiles/bash/.bash_profile
2024-08-02 16:22:05 -06:00

4 lines
50 B
Bash

if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi