Created
October 27, 2025 10:33
-
-
Save vikks/3b3d7a65f1da2ca3e9c2536076a70236 to your computer and use it in GitHub Desktop.
vikks.zsh-theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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