#! /usr/bin/zsh if [ x"$HOME" = x ] ; then export HOME=$(cd ~ ; pwd) fi if [ x"$HOSTNAME" = x ] ; then export HOSTNAME=$(hostname) fi export EMAIL="amand.tihon@iba-group.com" export FULLNAME="Amand Tihon" export EDITOR=vim export LANG=fr_BE.UTF-8 # Virtual env in prompt is already supported. export VIRTUAL_ENV_DISABLE_PROMPT="yes"