Skip to content

Instantly share code, notes, and snippets.

@seryh
Created January 30, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seryh/278812feae7b052c2107 to your computer and use it in GitHub Desktop.
Save seryh/278812feae7b052c2107 to your computer and use it in GitHub Desktop.
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment