Skip to content

Instantly share code, notes, and snippets.

@ryopeko
Created June 17, 2010 08:31
Show Gist options
  • Save ryopeko/441846 to your computer and use it in GitHub Desktop.
Save ryopeko/441846 to your computer and use it in GitHub Desktop.
autoload -U compinit
compinit
export LANG=ja_JP.UTF-8
alias ls='ls -G'
alias emacs='/usr/local/bin/emacs-23.1.91'
alias e='emacs'
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
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment