Skip to content

Instantly share code, notes, and snippets.

View sv4u's full-sized avatar
:octocat:
becoming buddha

Sasank Venkata Vishnubhatla sv4u

:octocat:
becoming buddha
View GitHub Profile
@sv4u
sv4u / squatch.zsh-theme
Last active July 18, 2022 03:58
squatch ZSH Theme
# vim:ft=zsh ts=2 sw=2 sts=2
ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT=' %{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info)
$ '