Skip to content

Instantly share code, notes, and snippets.

View hardenedpenguin's full-sized avatar

Jory A. Pratt hardenedpenguin

  • 23:25 (UTC -05:00)
View GitHub Profile
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac