From 1625d2d99a11d41ca232bfc5f0120d9c4b2980f1 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 11 Jan 2013 13:13:20 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_zshenv | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dot-files/_zshenv b/dot-files/_zshenv index 22fb32b..ea29bd3 100644 --- a/dot-files/_zshenv +++ b/dot-files/_zshenv @@ -107,8 +107,13 @@ export CVS_RSH=ssh # 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 -- 2.40.0