diff options
author | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-18 17:17:43 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues.hiegel@sagem.com> | 2008-04-24 17:26:07 +0200 |
commit | 9f311f7d2ce26bf191749c90d9af2ac312916dc2 (patch) | |
tree | 2b6315a689b53a100ad58b43349a3624cf539428 | |
parent | bf9cfc39bb27e569f0bc96ab74d4bc75d74c4cb8 (diff) |
Get rid of this fucking SHELL binded to tcsh...
-rw-r--r-- | 10_Environment.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/10_Environment.zsh b/10_Environment.zsh index 872184c..becb2cf 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -16,6 +16,8 @@ ## on l'exporte. SInon pas. ## +export SHELL=`which zsh` + ## Agent de clefs SSH/GPG if [ "$SUDO_USER" = "" ] then |