Skip to content

Instantly share code, notes, and snippets.

@potix2
Created August 19, 2011 02:17
Show Gist options
  • Save potix2/1155874 to your computer and use it in GitHub Desktop.
Save potix2/1155874 to your computer and use it in GitHub Desktop.
zshrc
autoload colors
colors
setopt auto_pushd
setopt noautoremoveslash
bindkey -e
autoload -U compinit
compinit
PROMPT='%39<...<%/%% '
PROMPT2="%_%% "
SPROMPT="%r is correct? [n,y,a,e]: "
export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH:$HOME/bin
export LANG="ja_JP.UTF-8"
export SVNROOT=$HOME/svnroot/
export SCHEME_LIBRARY_PATH="$HOME/lib/slib/"
export PYTHONPATH=/usr/local/lib/python2.4/site-packages
export _JAVA_OPTIONS=-Duser.language=en
export LSCOLORS=gxfxcxdxbxegedabagacad
alias ls='ls -G -w'
alias la='ls -a'
alias lf='ls -F'
alias ll='ls -l'
alias f='open'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment