Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created December 27, 2016 20:52
Show Gist options
  • Save mdeguzis/f7a00b28eb291a4bd196543c11ccfb65 to your computer and use it in GitHub Desktop.
Save mdeguzis/f7a00b28eb291a4bd196543c11ccfb65 to your computer and use it in GitHub Desktop.
Default ~/bash_profile for CentOS 7
# .bash_profile
# Get the aliases and functionsif [ -f ~/.bashrc ]; then . ~/.bashrcfi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment