]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_zshenv
Auto commit by The Sugar System.
[sugar.git] / dot-files / _zshenv
index 86c2a73c9f452880d4c4b7b92602588891ade3e2..ea29bd355c1810631df0e588d3b228899fde755c 100644 (file)
@@ -84,10 +84,16 @@ export OUTPUT_CHARSET="UTF-8"
 export EDITOR="vim"
 export PAGER="less"
 
+# GUI Toolkits
+export SDL_VIDEODRIVER="x11"
+
+# Input Methods
+export UIM_FEP=skk
+export GTK_IM_MODULE=uim
+
 # Application Settings
 export LV="-Ia -c"
 export LESS="--quit-if-one-screen -R"
-export GTK_IM_MODULE=uim
 export PERL_BADLANG=0
 export HGMERGE=merge
 
@@ -98,14 +104,16 @@ export DARCS_DONT_ESCAPE_8BIT=1
 # CVS
 export CVS_RSH=ssh
 
-# uim-fep
-export UIM_FEP=skk
-
 # sox
 export AUDIODRIVER=ao
 
+# Amazon EC2
+if [[ -e "$HOME/.ec2/environ.sh" ]]; then
+    . "$HOME/.ec2/environ.sh"
+fi
+
 # icc
-if [ -e /opt/intel/cce/latest/bin/iccvars.sh ]; then
+if [[ -e /opt/intel/cce/latest/bin/iccvars.sh ]]; then
     . /opt/intel/cce/latest/bin/iccvars.sh
     . /opt/intel/ipp/latest/em64t/tools/env/ippvarsem64t.sh
 fi