dotfiles/profile
2023-01-19 20:24:13 +03:00

6 lines
104 B
Bash

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