Skip to content

Instantly share code, notes, and snippets.

@retrage
Created August 15, 2014 05:45
Show Gist options
  • Save retrage/d51ecbcd40bc412dc4b3 to your computer and use it in GitHub Desktop.
Save retrage/d51ecbcd40bc412dc4b3 to your computer and use it in GitHub Desktop.
My .zshrc file.
autoload -U compinit
compinit
autoload predict-on
predict-on
bindkey -v
setopt auto_pushd
setopt correct
setopt hist_ignore_dups
setopt share_history
export LANG=ja_JP.UTF-8
#case ${UID} in
# 0)
PROMPT="%B%n@%m$%b "
SPROMPT="%B%R -> %r ? [n,y,a,e]%b"
RPROMPT="[%~]"
# *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment