.zshrc
changeset 2 56b84756a819
parent 0 5771d060b6cb
child 8 259bcb382069
     1.1 --- a/.zshrc	Thu Dec 31 21:44:59 2009 +0900
     1.2 +++ b/.zshrc	Fri Jan 01 17:41:45 2010 +0900
     1.3 @@ -44,6 +44,9 @@
     1.4      cygwin)
     1.5          alias start=cygstart
     1.6  	alias ls="ls --color=tty --show-control-chars"
     1.7 +        if [ -e ${HOME}/.zshrc.cygwin ]; then
     1.8 +            source ${HOME}/.zshrc.cygwin
     1.9 +        fi
    1.10  	;;
    1.11  esac
    1.12  
    1.13 @@ -54,8 +57,3 @@
    1.14  chpwd() { [ "x$TERM" = "xscreen" ] && echo -n "\ek`hostname | cut -b 1-3`:`dirbase`\e\\" }
    1.15  
    1.16  chpwd
    1.17 -
    1.18 -if [ -e ${HOME}/.zshrc.local ]; then
    1.19 -    source ${HOME}/.zshrc.local
    1.20 -fi
    1.21 -