Skip to content

Instantly share code, notes, and snippets.

View jsz0's full-sized avatar

Jeff Szarka jsz0

  • New England
View GitHub Profile
@jsz0
jsz0 / .bash_profile
Created October 9, 2015 03:38 — forked from duksis/.bash_profile
Default CentOS bash_profile and bashrc files
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin