Add shared environment

This commit is contained in:
David Todd 2016-06-14 14:13:06 -05:00
parent dca9f18c57
commit c95404706c

10
shell/env Normal file
View File

@ -0,0 +1,10 @@
# Skip all this for non-interactive shells
[[ -z "$PS1" ]] && return
# Force en_US UTF-8 environment
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
# Paths
export PATH=$PATH:${HOME}/bin:/usr/lib/wine/bin:/sbin:/usr/sbin:/usr/local/bin