# HG changeset patch # User Shingo W. Kagami # Date 1262335305 -32400 # Node ID 56b84756a8194ea5ac3fa6f9171ddc78ae149884 # Parent a67b577d427bd803a6233de48fa0796a8090420e Add .zshrc.cygwin. diff -r a67b577d427b -r 56b84756a819 .zshrc --- a/.zshrc Thu Dec 31 21:44:59 2009 +0900 +++ b/.zshrc Fri Jan 01 17:41:45 2010 +0900 @@ -44,6 +44,9 @@ cygwin) alias start=cygstart alias ls="ls --color=tty --show-control-chars" + if [ -e ${HOME}/.zshrc.cygwin ]; then + source ${HOME}/.zshrc.cygwin + fi ;; esac @@ -54,8 +57,3 @@ chpwd() { [ "x$TERM" = "xscreen" ] && echo -n "\ek`hostname | cut -b 1-3`:`dirbase`\e\\" } chpwd - -if [ -e ${HOME}/.zshrc.local ]; then - source ${HOME}/.zshrc.local -fi - diff -r a67b577d427b -r 56b84756a819 .zshrc.cygwin --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.zshrc.cygwin Fri Jan 01 17:41:45 2010 +0900 @@ -0,0 +1,28 @@ +alias less="less -r" + +alias word="c:/Program\ Files/Microsoft\ Office/OFFICE11/WINWORD.EXE" +alias excel="c:/Program\ Files/Microsoft\ Office/OFFICE11/EXCEL.EXE" +alias outlook="c:/Program\ Files/Microsoft\ Office/OFFICE11/OUTLOOK.EXE" +alias powerpoint="c:/Program\ Files/Microsoft\ Office/OFFICE11/POWERPNT.EXE" +alias illustrator="c:/Program\ Files/Adobe/Illustrator\ CS/Support\ Files/Contents/Windows/Illustrator.exe" +alias matlab="c:/Program\ Files/MATLAB/R2007b/bin/matlab.exe" +alias meishi="c:/Program\ Files/PFU/ScanSnap/名刺ファイリングOCR/SfBCd32j.exe" + +alias emacs="gnuclient.exe" +alias meadow="gnuclient.exe" +alias mamefile="C:/local/Mame5/Mame5.exe" +alias wgnuplot="c:/local/gnuplot/bin/wgnuplot.exe" +alias irfanview="c:/local/irfanview/i_view32.exe" +alias gomplayer="c:/Program\ Files/GRETECH/GomPlayer/GOM.exe" +alias processhacker="C:/Program\ Files/Process\ Hacker/ProcessHacker.exe" +alias moonsecure="c:/Program\ Files/Moon\ Secure\ Antivirus/moontray.exe" +alias eijiro="C:/Program\ Files/Personal\ Dictionary/PDICW32.EXE" +alias dviout="C:/dviout/dviout.exe" +alias ordertimer="C:/local/OrderTimer_102/OrderTimer.exe" + +alias baccess="c:/Program\ Files/b-Access/B_access.exe" +alias firefox="c:/Program\ Files/Mozilla\ Firefox/firefox.exe" +alias iexplore="c:/Program\ Files/Internet\ Explorer/iexplore.exe" +alias googlecalendarsync="c:/Program\ Files/Google/Google\ Calendar\ Sync/GoogleCalendarSync.exe" +alias googledesktop="C:/Program\ Files/Google/Google\ Desktop\ Search/GoogleDesktop.exe" +