Skip to content

Instantly share code, notes, and snippets.

@goyalankit
Last active December 18, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalankit/5799538 to your computer and use it in GitHub Desktop.
Save goyalankit/5799538 to your computer and use it in GitHub Desktop.
Minimalistic Prezto Theme
#
# Author:
# Ankit Goyal <ankit3goyal@gmail.com>
#
# Minimalistic theme with no bullshit
function prompt_goyalankit_setup {
local user_char='%%'
local success_color='%F{071}'
local failure_color='%F{124}'
## Define prompts.
PROMPT="%(?.${success_color}.${failure_color})""%{%F{red}%}${user_char}%f "
RPROMPT="%F{cyan}"'%c'""
}
prompt_goyalankit_setup "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment