Add .zshrc.cygwin.
authorShingo W. Kagami
Fri, 01 Jan 2010 17:41:45 +0900
changeset 256b84756a819
parent 1 a67b577d427b
child 3 8a61f127c38e
Add .zshrc.cygwin.
.zshrc
.zshrc.cygwin
     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 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/.zshrc.cygwin	Fri Jan 01 17:41:45 2010 +0900
     2.3 @@ -0,0 +1,28 @@
     2.4 +alias less="less -r"
     2.5 +
     2.6 +alias word="c:/Program\ Files/Microsoft\ Office/OFFICE11/WINWORD.EXE"
     2.7 +alias excel="c:/Program\ Files/Microsoft\ Office/OFFICE11/EXCEL.EXE"
     2.8 +alias outlook="c:/Program\ Files/Microsoft\ Office/OFFICE11/OUTLOOK.EXE"
     2.9 +alias powerpoint="c:/Program\ Files/Microsoft\ Office/OFFICE11/POWERPNT.EXE"
    2.10 +alias illustrator="c:/Program\ Files/Adobe/Illustrator\ CS/Support\ Files/Contents/Windows/Illustrator.exe"
    2.11 +alias matlab="c:/Program\ Files/MATLAB/R2007b/bin/matlab.exe"
    2.12 +alias meishi="c:/Program\ Files/PFU/ScanSnap/名刺ファイリングOCR/SfBCd32j.exe"
    2.13 +
    2.14 +alias emacs="gnuclient.exe"
    2.15 +alias meadow="gnuclient.exe"
    2.16 +alias mamefile="C:/local/Mame5/Mame5.exe"
    2.17 +alias wgnuplot="c:/local/gnuplot/bin/wgnuplot.exe"
    2.18 +alias irfanview="c:/local/irfanview/i_view32.exe"
    2.19 +alias gomplayer="c:/Program\ Files/GRETECH/GomPlayer/GOM.exe"
    2.20 +alias processhacker="C:/Program\ Files/Process\ Hacker/ProcessHacker.exe"
    2.21 +alias moonsecure="c:/Program\ Files/Moon\ Secure\ Antivirus/moontray.exe"
    2.22 +alias eijiro="C:/Program\ Files/Personal\ Dictionary/PDICW32.EXE"
    2.23 +alias dviout="C:/dviout/dviout.exe"
    2.24 +alias ordertimer="C:/local/OrderTimer_102/OrderTimer.exe"
    2.25 +
    2.26 +alias baccess="c:/Program\ Files/b-Access/B_access.exe"
    2.27 +alias firefox="c:/Program\ Files/Mozilla\ Firefox/firefox.exe"
    2.28 +alias iexplore="c:/Program\ Files/Internet\ Explorer/iexplore.exe"
    2.29 +alias googlecalendarsync="c:/Program\ Files/Google/Google\ Calendar\ Sync/GoogleCalendarSync.exe"
    2.30 +alias googledesktop="C:/Program\ Files/Google/Google\ Desktop\ Search/GoogleDesktop.exe"
    2.31 +