summaryrefslogtreecommitdiff
path: root/00_Exports.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-04-03 22:18:26 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:07 +0100
commit68aaa04cf4747a6ed7b49afab0bcdc046e25aeee (patch)
tree072f0e752031c979b5f3517a15051e14e0a36fc1 /00_Exports.zsh
parent80cc33838496521e59232c43d0f99d3bebb3663f (diff)
Corrections au niveau de la gestion de keychain
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@220 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '00_Exports.zsh')
-rw-r--r--00_Exports.zsh4
1 files changed, 1 insertions, 3 deletions
diff --git a/00_Exports.zsh b/00_Exports.zsh
index 711599d..6ec70c5 100644
--- a/00_Exports.zsh
+++ b/00_Exports.zsh
@@ -8,10 +8,8 @@ export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
export PRINTER=Berthe
export TIME_STYLE="+%Y-%b-%d %H:%M"
export TZ="Europe/Paris"
-KEYCHAIN=~/.keychain/$(hostname)-sh
-[ -f $KEYCHAIN ] && source $KEYCHAIN
-[ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg
export PATH=$PATH:~/.pr0n
+source $ZDOTDIR/.keychain
# Set locales only if they are undefined
export LC_ALL=${LC_ALL:-fr_FR.UTF-8}
export LC_MESSAGES=${LC_MESSAGES:-fr_FR}