Files
dotfiles/dot_bash_profile
2025-11-03 18:51:49 +03:00

4 lines
55 B
Plaintext

if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi