Skip to content

Instantly share code, notes, and snippets.

View sycobuny's full-sized avatar

Stephen Belcher sycobuny

  • Kelly Services, NIH/NIA
  • Baltimore, MD
View GitHub Profile
@sycobuny
sycobuny / .bashrc
Last active October 9, 2015 02:57
My current rc files (and friends)
# do regular system bashrc stuff, if there's one set up
if [ -f /etc/bashrc ] ; then
. /etc/bashrc
fi
# use 256 colors if available, otherwise default to
if [ -f /usr/share/terminfo/x/xterm-256color ] ; then
export TERM=xterm-256color
else
export TERM=xterm