diff options
author | hugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913> | 2006-03-28 19:57:15 +0000 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:06 +0100 |
commit | 6819ccdda58c4d300a152fd6997431df16665d6c (patch) | |
tree | b26b191092767457119ba54150f047ee4e04dbf2 /00_Exports.zsh | |
parent | 95cbd9197a67eb42e7197adba752162465085677 (diff) |
Ajout des pages man à la con :)
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@201 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '00_Exports.zsh')
-rw-r--r-- | 00_Exports.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/00_Exports.zsh b/00_Exports.zsh index ab2d4ae..1649fbf 100644 --- a/00_Exports.zsh +++ b/00_Exports.zsh @@ -16,4 +16,5 @@ 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 |