Add .bash_profile

This commit is contained in:
The Magician 2023-12-10 16:25:47 +00:00
parent 5546998dad
commit 166ac4ce48
1 changed files with 5 additions and 0 deletions

5
bash/.bash_profile Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if [[ -f ~/.bashrc ]]; then
source ~/.bashrc
fi