Skip to content

Instantly share code, notes, and snippets.

View boek's full-sized avatar
🔥
🦊

Jeff Boek boek

🔥
🦊
View GitHub Profile
Company:
Role:
Full-time:
Remote OK:
Sponsorship:
Contact:
Location:
Relocation Assistance:
Brief Description:
# Add this to your .oh-my-zsh theme if you're using those, or directly to your zsh theme :)
# Colors vary depending on time lapsed.
ZSH_THEME_GIT_TIME_SINCE_COMMIT_SHORT="%{$fg[green]%}"
ZSH_THEME_GIT_TIME_SHORT_COMMIT_MEDIUM="%{$fg[yellow]%}"
ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[cyan]%}"
#Customized git status, oh-my-zsh currently does not allow render dirty status before branch
git_custom_status() {