Skip to content

Instantly share code, notes, and snippets.

View jefraroce's full-sized avatar

Jeisson Francois Rosas Céspedes jefraroce

View GitHub Profile
@duksis
duksis / .bash_profile
Created December 13, 2012 13:40
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