Skip to content

Instantly share code, notes, and snippets.

View impala454's full-sized avatar

Chuck Claunch impala454

  • Houston, TX
View GitHub Profile
@impala454
impala454 / .bash_chuck
Created August 5, 2017 15:43
Chuck's bash setup
#!/bin/bash
# Chuck's custom bash stuff
# Executed by ~/.bashrc
export EDITOR='sublime'
# prompt helper functions
function parse_git_dirty
{
if [ -d .git ] || git rev-parse --git-dir > /dev/null 2>&1; then
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit, working directory clean" ]] && echo "✘ " || echo "✔ "

Keybase proof

I hereby claim:

  • I am impala454 on github.
  • I am cclaunch (https://keybase.io/cclaunch) on keybase.
  • I have a public key whose fingerprint is 8E1C 0646 BF60 2C34 4849 4948 5411 4CC9 5D06 D2A0

To claim this, I am signing this object: