Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dotfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jørn Åne de Jong
dotfiles
Commits
0c1f6aab
Commit
0c1f6aab
authored
Jul 25, 2016
by
Jørn Åne
Committed by
Jørn Åne
Nov 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LC_ALL=C.
parent
b8b16157
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
dot.bashrc
dot.bashrc
+6
-0
dot.tcshrc
dot.tcshrc
+2
-0
dot.zshenv
dot.zshenv
+2
-0
No files found.
dot.bashrc
View file @
0c1f6aab
...
...
@@ -16,6 +16,12 @@ alias .......=' cd ../../../../../..'
alias ........=' cd ../../../../../../..'
alias .........=' cd ../../../../../../../..'
export PAGER=less
export EDITOR=vim
export VISUAL=vim
export LC_ALL=C
# Disable systemctl's auto-paging feature:
export SYSTEMD_PAGER=
...
...
dot.tcshrc
View file @
0c1f6aab
...
...
@@ -17,6 +17,8 @@ setenv PAGER less
setenv EDITOR vim
setenv VISUAL less
setenv LC_ALL=C
# bind keypad keys for console, vt100, vt102, xterm
bindkey "\e[1~" beginning-of-line # Home
bindkey "\e[2~" overwrite-mode # Ins
...
...
dot.zshenv
View file @
0c1f6aab
...
...
@@ -15,6 +15,8 @@ export PAGER=less
export EDITOR=vim
export VISUAL=vim
export LC_ALL=C
# Disable systemctl's auto-paging feature:
export SYSTEMD_PAGER=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment