Skip to content

Instantly share code, notes, and snippets.

@daerich
Created January 18, 2021 15:55
Show Gist options
  • Save daerich/a9f080bd36e005d30c4cc1d424696b49 to your computer and use it in GitHub Desktop.
Save daerich/a9f080bd36e005d30c4cc1d424696b49 to your computer and use it in GitHub Desktop.
My ZSH theme
#Load promptinit (thanks archers :D)
autoload -Uz promptinit && promptinit
prompt_daerichstheme_setup(){
PS1="%B%F{green}%n%f%F{red}::%f%F{green}%m%f %F{cyan}%~ %#%f%b :"
RPS1="[%F{yellow}%N%f]"
}
# promptsys_init
prompt_themes+=( daerichstheme )
#Load theme
prompt daerichstheme
#EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment