diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,10 +1,11 @@ # .profile -echo .profile begin +source /etc/profile +export TERM=xterm-256color export ENV=~/.env -export LANG=en_US.UTF-8 +export LANG=en_GB.UTF-8 export LANGUAGE=en -export LC_ALL=en_US.UTF-8 +export LC_ALL=en_GB.UTF-8 export EDITOR=vim # Try wayland for GTK apps first, allow x11 fallback @@ -28,5 +29,3 @@ HOSTNAME=$(cat /proc/sys/kernel/hostname) export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" - -echo .profile end |
