diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.profile | 2 | ||||
-rw-r--r-- | home/john/.shrc | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/home/john/.profile b/home/john/.profile index 727ed37..1d7e79f 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -44,7 +44,7 @@ export MANPATH # This will happen for every shell started, not just login shells. export ENV=$HOME/.shrc -export LC_ALL=en_US.ISO8859-1 +export LC_ALL=en_US.UTF-8 export RTV_BROWSER=w3m export CHOICES=~/.choices diff --git a/home/john/.shrc b/home/john/.shrc index 4196bac..d5d12e2 100644 --- a/home/john/.shrc +++ b/home/john/.shrc @@ -15,9 +15,6 @@ case "$-" in *i*) alias ack='ack --noheading' alias info='info --vi-keys' alias ls='ls -p' - alias vi='utf8 vi' - alias w3m='utf8 w3m' - alias xinput='utf8 xinput' n() { f=`mktemp` |