dotfiles/home/user/.profile
2023-03-05 02:35:08 +03:00

6 lines
104 B
Bash

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