Skip to content

Instantly share code, notes, and snippets.

@dsjt
Last active August 29, 2015 14:02
Show Gist options
  • Save dsjt/a39bfa828eb0844f3374 to your computer and use it in GitHub Desktop.
Save dsjt/a39bfa828eb0844f3374 to your computer and use it in GitHub Desktop.
.zshrc
# Created by newuser for 5.0.2
autoload -U compinit
compinit
export LANG=ja_JP.UTF-8
PROMPT="%F{green}%n %F{yellow}%~%F{white}
$ "
RPROMPT="%*"
PROMPT2="%_%% "
SPROMPT="%r is correct?[n,y,a,e]: "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment