Skip to content

Instantly share code, notes, and snippets.

@kumabotz
Created December 5, 2012 01:37
Show Gist options
  • Save kumabotz/4211225 to your computer and use it in GitHub Desktop.
Save kumabotz/4211225 to your computer and use it in GitHub Desktop.
Put your aliases in a separate file
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# add below into your .bashrc or .bash_profile
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