summaryrefslogtreecommitdiff
path: root/10_Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:01:45 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:01:45 +0200
commitd7abc68dbf456203cfa06fa47058784f99c181af (patch)
tree92d0cea2f87996e743e8b896223cf0ce7427a906 /10_Environment.zsh
parentd2ff177aea43182c37ea6e049c8fc61f231d809b (diff)
[Gpg] allows gpg-agent to be accessible from ~/.zshrc..
Diffstat (limited to '10_Environment.zsh')
-rw-r--r--10_Environment.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh
index e2d7a62..99b0d19 100644
--- a/10_Environment.zsh
+++ b/10_Environment.zsh
@@ -18,9 +18,6 @@
export SHELL=`which zsh`
-## Agent de clefs SSH/GPG
-KEYCHAIN=~/.keychain/$(hostname)-sh
-
## Colors
autoload colors && colors