- Timestamp:
- 07/19/09 18:40:19 (4 years ago)
- Files:
-
- 1 modified
-
dotfiles/zsh/kozo-ni/.zshrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/zsh/kozo-ni/.zshrc
r34480 r34481 6 6 export GISTY_DIR="$HOME/dev/gists" 7 7 8 # Java (ubuntu) 9 export JAVA_HOME=/usr/lib/jvm/java-6-sun 10 export JAVA=$JAVA_HOME/bin 8 # OS dependent variables (Java, Macports, ...) 9 os_type=`uname` 10 if [ "$os_type" = "Linux" ]; then 11 export JAVA_HOME=/usr/lib/jvm/java-6-sun 12 export JAVA=$JAVA_HOME/bin 13 elif [ "$os_type" = "Darwin" ]; then 14 export JAVA_HOME=/Library/Java/Home 15 export JAVA=$JAVA_HOME/bin 16 # macports 17 export MACPORTS_BIN=/opt/local/bin 18 export MACPORTS_SBIN=/opt/local/sbin 19 export MACPORTS=$MACPORTS_BIN:$MACPORTS_SBIN 20 fi 11 21 12 22 # maven … … 18 28 export PAX_CONSTRUCT=$PAX_CONSTRUCT_HOME/bin 19 29 20 # macports 21 export MACPORTS_BIN=/opt/local/bin 22 export MACPORTS_SBIN=/opt/local/sbin 23 export MACPORTS=$MACPORTS_BIN:$MACPORTS_SBIN 24 30 # PATH 25 31 export PATH=$M2:$MACPORTS:$HOME/bin:$PAX_CONSTRUCT:$JAVA:$PATH 26 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)