Skip to content

Instantly share code, notes, and snippets.

@fmonniot
Last active January 24, 2019 17:41
Show Gist options
  • Save fmonniot/1aa27ffd525bda4cf7b8dc0538f996d0 to your computer and use it in GitHub Desktop.
Save fmonniot/1aa27ffd525bda4cf7b8dc0538f996d0 to your computer and use it in GitHub Desktop.
Custom ZSH theme
# Custom theme inspired by agnoster and norm
local fm_lambda_status="%(?:%{$fg[green]%}λ:%{$fg[red]%}λ)"
local fm_bg_status="%(1j.%{$FG[068]%}[%j] .)" # %(x.true.false)
local fm_dir_status="%{$fg[green]%}%~"
local fm_end_status="%{$fg[yellow]%}$ %{$reset_color%}"
PROMPT='${fm_bg_status}${fm_lambda_status} ${fm_dir_status} $(git_prompt_info)${fm_end_status}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}$ %{$fg[blue]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment