Skip to content

Instantly share code, notes, and snippets.

@ryopeko
Created May 27, 2010 14:09
Show Gist options
  • Save ryopeko/415838 to your computer and use it in GitHub Desktop.
Save ryopeko/415838 to your computer and use it in GitHub Desktop.
autoload -U compinit
compinit
export LANG=ja_JP.UTF-8
alias ls='ls --color=auto'
PROMPT="%n%% "
RPROMPT="%B[${HOST}:%~]%b"
SPROMPT="correct: %R -> %r ? "
setopt auto_pushd
setopt pushd_ignore_dups
setopt auto_menu
setopt list_packed
HISTFILE=$HOME/.zsh-history
HISTSIZE=50000
SAVEHIST=50000
setopt extended_history
setopt share_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment