Skip to content

Instantly share code, notes, and snippets.

View Seanstoppable's full-sized avatar

Sean Smith Seanstoppable

View GitHub Profile

Keybase proof

I hereby claim:

  • I am seanstoppable on github.
  • I am ssmith (https://keybase.io/ssmith) on keybase.
  • I have a public key ASB7FM8HvZgg0M2eT9mStZUjJQz5XBHHujliH1YTbFq_Zwo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am Seanstoppable on github.
* I am ssmith (https://keybase.io/ssmith) on keybase.
* I have a public key whose fingerprint is AAA0 686F FB51 F119 FD0D FCFF 92C6 5F48 8F8C 8137
To claim this, I am signing this object:
# * uncommitted changes
# ^ stashed changes
# > ahead of origin
# < behind origin
# ↕ diverged from origin
function parse_git_dirty() {
[[ -n $(echo $1 | grep 'nothing to commit (working directory clean)' 2> /dev/null) ]] && echo "*"
}