xsource "/etc/default/locale" for var in LANG LC_ALL LC_MESSAGES ; do [[ -n ${(P)var} ]] && export $var done xsource "/etc/sysconfig/keyboard" TZ=$(xcat /etc/timezone) #if check_com -c emacsclient && emacsclient --help 2>&1 | grep -q "alternate-editor"; then # export EDITOR='emacsclient --alternate-editor="" -nw' #else # export EDITOR="nano" #fi # Moi je veux nano export EDITOR="nano" # color setup for ls: check_com -c dircolors && eval $(dircolors -b) export PAGER=less export MAIL="lasseri@crans.org" export DEBEMAIL=$MAIL export SHELL='/bin/zsh' # J'aime pas les couleurs quand je cherche un truc dans une page de man ## Colors in less... #export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking #export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold #export LESS_TERMCAP_me=$'\E[0m' # end mode #export LESS_TERMCAP_se=$'\E[0m' # end standout-mode #export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box #export LESS_TERMCAP_ue=$'\E[0m' # end underline #export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline MAILCHECK=30 # mailchecks REPORTTIME=5 # report about cpu-/system-/user-time of command if running longer than 5 seconds watch=(notme root) # watch for everyone but me and root # automatically remove duplicates from these arrays typeset -U path cdpath fpath manpath export PATH=$PATH:/usr/scripts/:/usr/scripts/gestion:~/bin:/usr/sbin:/sbin export LC_ALL=fr_FR.UTF-8 export DARCS_EMAIL="Raphaƫl-David Lasseri " if [ $TERM = "rxvt-unicode-256color" ]; then export TERM=rxvt-unicode fi