Skip to content

Instantly share code, notes, and snippets.

@vikks
Created October 27, 2025 10:33
Show Gist options
  • Select an option

  • Save vikks/3b3d7a65f1da2ca3e9c2536076a70236 to your computer and use it in GitHub Desktop.

Select an option

Save vikks/3b3d7a65f1da2ca3e9c2536076a70236 to your computer and use it in GitHub Desktop.
vikks.zsh-theme
# Custom Zsh theme
# ~/.oh-my-zsh/themes/vikks.zsh-theme
PROMPT="%(?:%{$fg_bold[green]%}%1{➜%}:%{$fg_bold[red]%}%1{➜%}) %{$fg[cyan]%}%c%{$reset_color%}"
PROMPT+='$(git_prompt_info)%{$fg_bold[yellow]%}:'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}:(%{$fg[blue]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%})%{$fg[red]%}[%1{✗%}]"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment