Created
May 23, 2021 21:42
-
-
Save sandalsoft/25c21ee34a67a9096f8ebb8a9ee2d437 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.bash_functions ]; then | |
. ~/.bash_functions | |
fi | |
if [ -f ~/.bash_exports ]; then | |
. ~/.bash_exports | |
fi | |
if [ -f ~/.bash_prompt ]; then | |
. ~/.bash_prompt | |
fi | |
if [ -f ~/.bash_aliases ]; then | |
. ~/.bash_aliases | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment