Skip to content

Instantly share code, notes, and snippets.

@josuecau
Last active October 26, 2025 10:47
Show Gist options
  • Select an option

  • Save josuecau/af31f397d13e83a25bc375dcb7f63c0c to your computer and use it in GitHub Desktop.

Select an option

Save josuecau/af31f397d13e83a25bc375dcb7f63c0c to your computer and use it in GitHub Desktop.
# 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