first commit
This commit is contained in:
8
.bash_profile
Normal file
8
.bash_profile
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# "$HOME/.bash_profile"
|
||||
# shellcheck disable=SC1090
|
||||
if [ -f "$HOME/.bashrc" ]
|
||||
then
|
||||
source "$HOME/.bashrc"
|
||||
fi
|
||||
Reference in New Issue
Block a user