dotfiles/bash/.bash_profile

3 lines
90 B
Bash
Raw Normal View History

[ -f "$HOME/.profile" ] && . "$HOME/.profile"
2024-05-29 09:26:43 -04:00
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"