Add .bash_profile
This commit is contained in:
parent
5546998dad
commit
166ac4ce48
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ -f ~/.bashrc ]]; then
|
||||
source ~/.bashrc
|
||||
fi
|
Loading…
Reference in New Issue