my-bash-scripts My bash scripts. Install Adds to ~/.bash_profile file: # my bash scripts if [[ -f ~/path/to/my-bash-scripts/main.sh ]]; then export MY_BASH_SCRIPTS_DIR=$(cd ~/path/to/my-bash-scripts && pwd) source ~/path/to/my-bash-scripts/main.sh fi License MIT