Created
August 19, 2011 02:17
-
-
Save potix2/1155874 to your computer and use it in GitHub Desktop.
zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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