summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-01-30 10:46:29 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-01-30 10:46:29 +0100
commitf2d5d2805b68a99b9df6670e3585927ea9320257 (patch)
treeb0c2cf773ac1ec1cc4916f54d1cb8130c18af9c8
parent833c82db513a66ad3483195b4a801524d14b9b33 (diff)
[KEYCHAIN] source file instead of executing it..
-rw-r--r--10_Environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index 303cd55..9e5a1f9 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -25,7 +25,7 @@ then
then
if [ -f ~/.keychain/startup.zsh ]
then
- ~/.keychain/startup.zsh --quiet
+ source ~/.keychain/startup.zsh --quiet
else
KEYCHAIN=~/.keychain/$(hostname)-sh
[ -f ${KEYCHAIN} ] && source ${KEYCHAIN}