Skip to content

Instantly share code, notes, and snippets.

@mickeypash
Created February 26, 2015 20:13
Show Gist options
  • Save mickeypash/81515c0a0981bb623151 to your computer and use it in GitHub Desktop.
Save mickeypash/81515c0a0981bb623151 to your computer and use it in GitHub Desktop.
separating out my aliases from my .profile
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
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