Add .profile

This commit is contained in:
The Magician 2023-11-07 16:41:32 +00:00
parent 88b690d0f0
commit 9319931386
1 changed files with 4 additions and 0 deletions

4
shell/.profile Normal file
View File

@ -0,0 +1,4 @@
# Load the ~/.bashrc file if we're using Bash
if test -n "$BASH_VERSION"; then
test -r "$HOME/.bashrc" && . "$HOME/.bashrc"
fi