Skip to content
Snippets Groups Projects
Commit 2d8917c0 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

try to get UTF-8 working everywhere

parent 373bfbac
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,12 @@ set path=($HOME/bin $path)
alias sux sudo tcsh -l
alias S SLS -P
alias tsv ~/bin/csv --TAB
alias tsv ~/bin/csv --UTF8 --TAB
setenv EDITOR `which vi`
setenv LC_ALL en_US.UTF-8
setenv LESSCHARSET utf-8
if (-x ~/.login.local) then
source ~/.login.local
endif
......
# turn Red Hat's annoying missfeature off
hardstatus off
utf8 on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment