Last active
October 26, 2025 10:47
-
-
Save josuecau/af31f397d13e83a25bc375dcb7f63c0c to your computer and use it in GitHub Desktop.
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
| # Base16 zsh theme | |
| # Theme with username, hostname, relative path and git branch | |
| # Inspired by Maran theme and Base16 color scheme | |
| PROMPT='%F{09}%n%{$reset_color%}@%F{yellow}%M%{$reset_color%}:%F{cyan}%~%{$reset_color%}$(git_prompt_info) %(!.#.$) ' | |
| ZSH_THEME_GIT_PROMPT_PREFIX=":%F{green}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="*" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment