Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
dotfiles
Commits
2d8917c0
Commit
2d8917c0
authored
8 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
try to get UTF-8 working everywhere
parent
373bfbac
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.login
+4
-1
4 additions, 1 deletion
.login
.screenrc
+1
-0
1 addition, 0 deletions
.screenrc
with
5 additions
and
1 deletion
.login
+
4
−
1
View file @
2d8917c0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.screenrc
+
1
−
0
View file @
2d8917c0
# turn Red Hat's annoying missfeature off
hardstatus off
utf8 on
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment