Skip to content

Instantly share code, notes, and snippets.

View kirillzubovsky's full-sized avatar
💭
High on catnip 🙀

Kirill Zubovsky kirillzubovsky

💭
High on catnip 🙀
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kirillzubovsky on github.
  • I am kirill (https://keybase.io/kirill) on keybase.
  • I have a public key whose fingerprint is AD58 7DB8 0D55 DBD0 BED3 08C3 37B4 3862 EF35 1D85

To claim this, I am signing this object:

RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
CYN='\e[1;96m'
# git dirty branch
function parse_git_dirty {
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "(._.)"
}
function parse_git_clean {