X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=config%2Fzsh%2F20_environment;h=1d96c553aee02914648dc3dc2f4704e21114502e;hb=417b4faa1b92ed748bbf8eb32be8b43b70f19e8f;hp=7de3640d5d6e10d2745a0531bf543e4342fc43cd;hpb=5923f706617b966f114656c78bd60108d4ab1dde;p=~madcoder%2Fdotfiles.git diff --git a/config/zsh/20_environment b/config/zsh/20_environment index 7de3640..1d96c55 100644 --- a/config/zsh/20_environment +++ b/config/zsh/20_environment @@ -1,21 +1,22 @@ #! /bin/zsh export EMAIL="pierre.habouzit@m4x.org" -export FULLNAME="Pierre Habouzit" +export NAME="Pierre Habouzit" +export FULLNAME="$NAME" export DEBEMAIL="madcoder@debian.org" -export DEBFULLNAME=$FULLNAME +export DEBFULLNAME="$NAME" export CVS_RSH="ssh" export MANWIDTH=80 export EDITOR=vim export VISUAL=vim -export CCACHE_DIR=$HOME/.cache/ccache +export CCACHE_DIR="$HOME/.cache/ccache" export CCACHE_NOCOMPRESS=NoThanks -export RLWRAP_HOME=~/.cache/rlwrap/ +export RLWRAP_HOME="$HOME/.cache/rlwrap/" export GTK_IM_MODULE=xim export LC_MESSAGES=C -export LC_ALL= -unset VERBOSE +unset LC_ALL +unset VERBOSE