/bash-config

Personal configuration for the bash shell.

Primary LanguageShellMIT LicenseMIT

bash-config

Personal configuration for the bash shell.

Setup

  1. Clone this repo to the .bash folder in your home directory.

  2. Update ~/.bash_profile to:

# Initialize from .bashrc if found.
if [ -f ~/.bashrc ];
then
  source ~/.bashrc
fi

source ~/.bash/bash_profile
  1. Update ~/.bashrc to:
# Load from source controlled location.
source ~/.bash/bashrc