summaryrefslogtreecommitdiff
path: root/00_Exports.zsh
blob: 711599d6e73308c4cb425809dfed1191324f9641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export EDITOR="vim"
export HISTFILE=".zsh/.history.zsh"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/libs
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"
KEYCHAIN=~/.keychain/$(hostname)-sh
[ -f $KEYCHAIN ] && source $KEYCHAIN
[ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg
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}
export MANPATH=$MANPATH:~/man
unset LANG # Unuseful