summaryrefslogtreecommitdiff
path: root/00_Exports.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-03-27 21:46:27 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:06 +0100
commitd5798cb74b32c320f8fd4cb9b763653bb771457c (patch)
tree4a6ac7c68b1f64d99c381c0106eebd38af49feef /00_Exports.zsh
parente4e8c8796df24f8139f708ea160c46947116d9db (diff)
Mise à jour des scripts de démarrage de ZSH
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@183 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '00_Exports.zsh')
-rw-r--r--00_Exports.zsh8
1 files changed, 5 insertions, 3 deletions
diff --git a/00_Exports.zsh b/00_Exports.zsh
index e69b56b..ab2d4ae 100644
--- a/00_Exports.zsh
+++ b/00_Exports.zsh
@@ -1,17 +1,19 @@
export EDITOR="vim"
export HISTFILE=".zsh/.history.zsh"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/libs
-eval $(dircolors ~/.dir_colors)
+eval $(dircolors ~/.dir_colors 2>&-)
export PATH=$PATH:~/sbin:~/bin
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
#export PRINTER=Gertrude
export PRINTER=Berthe
export TIME_STYLE="+%Y-%b-%d %H:%M"
export TZ="Europe/Paris"
-source ~/.keychain/$(hostname)-sh
+KEYCHAIN=~/.keychain/$(hostname)-sh
+if ( [ -f $KEYCHAIN ] ); then
+ source $KEYCHAIN
+fi
export PATH=$PATH:~/.pr0n
# Set locales only if they are undefined
export LC_ALL=${LC_ALL:-fr_FR.UTF-8}
export LC_MESSAGES=${LC_MESSAGES:-fr_FR}
unset LANG # Unuseful
-export MPS1="MuZzik> "