Skip to content

Instantly share code, notes, and snippets.

View eldariont's full-sized avatar

David Heller eldariont

  • Potsdam, Germany
View GitHub Profile
###############
#.bash_profile#
###############
#Load .profile
if [ -r ~/.profile ]; then . ~/.profile; fi
# If running interactively, load .bashrc
case "$-" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac
##########