Skip to content

Instantly share code, notes, and snippets.

@zanedeg
Last active May 10, 2018 22:39
Show Gist options
  • Save zanedeg/1da812514eb8cdd84217 to your computer and use it in GitHub Desktop.
Save zanedeg/1da812514eb8cdd84217 to your computer and use it in GitHub Desktop.
Custom oh-my-zsh theme
# font: https://github.com/tonsky/FiraCode
# theme: Base16 Eighties
local usr='%F{grey}%n%f'
local dir='%F{blue}%~%f'
local git='$(git_prompt_info)%f'
PROMPT="╭─ ${usr} ${dir} ${git}
╰─%B$%b "
ZSH_THEME_GIT_PROMPT_PREFIX="%F{magenta} "
ZSH_THEME_GIT_PROMPT_SUFFIX="$f"
ZSH_THEME_GIT_PROMPT_DIRTY="%b%F{yellow} ±"
ZSH_THEME_GIT_PROMPT_CLEAN="%b%F{green} ✔"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment