Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Created May 23, 2021 21:42
Show Gist options
  • Save sandalsoft/25c21ee34a67a9096f8ebb8a9ee2d437 to your computer and use it in GitHub Desktop.
Save sandalsoft/25c21ee34a67a9096f8ebb8a9ee2d437 to your computer and use it in GitHub Desktop.
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