Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created November 4, 2011 18:25
Show Gist options
  • Save Shinpeim/1340086 to your computer and use it in GitHub Desktop.
Save Shinpeim/1340086 to your computer and use it in GitHub Desktop.
ゆのっち in zsh

ゆのっちプロンプト

PS_OK=$'\n''%F{green}CURRENT=%'$'\n%F{yellow}✖╹◡╹✖ %F{magenta}☆☆☆ %F{reset}' PS_NG=$'\n''%F{red}CURRENT=%'$'\n%F{yellow}xX_Xx %F{magenta}☆☆☆ %F{reset}'

PS1="%0(?|${PS_OK}|${PS_NG})"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment