Skip to content

Instantly share code, notes, and snippets.

View BigE's full-sized avatar

Eric Gach BigE

View GitHub Profile
@BigE
BigE / keybase.md
Created May 21, 2018 18:26
keybase.md

Keybase proof

I hereby claim:

  • I am bige on github.
  • I am egach (https://keybase.io/egach) on keybase.
  • I have a public key ASBkKDuH8UhboQ91JT4QRD1YeZLZiKBThF7IV8XpFvRY9Qo

To claim this, I am signing this object:

@BigE
BigE / .bashrc
Last active November 15, 2016 05:06
This is just my .bashrc file, since I have it actually elsewhere in a private repo.
# This is a bashrc, if we're not interactive, gtfo!
if [[ $- != *i* ]]; then
return
fi
################################################################################
# Helpers that will be used throughout this file and to generate the PS1.
################################################################################
function __eg_command_exists