Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon May
config
Commits
da4cbbc4
Commit
da4cbbc4
authored
5 years ago
by
Simon May
Browse files
Options
Downloads
Patches
Plain Diff
Add -F to $LESS
Works since less v530, see
https://unix.stackexchange.com/a/107355
parent
91270a98
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env
+2
-3
2 additions, 3 deletions
.env
with
2 additions
and
3 deletions
.env
+
2
−
3
View file @
da4cbbc4
...
...
@@ -9,7 +9,7 @@ umask 077
# set PATH
PATH="$PATH:$HOME/.local/bin"
# set TMPDIR
TMPDIR="/ptmp
/$USER
/tmp"
TMPDIR="
$HOME
/ptmp/tmp"
export TMPDIR
# default editor
...
...
@@ -18,8 +18,7 @@ export EDITOR
# default options for less
# default used by git if LESS is unset: LESS='FRX'
# TODO: make -F work without -X
LESS="$LESS -i -M -R -x4"
LESS="$LESS -F -i -M -R -x4"
export LESS
# set variable to mark this file as read
...
...
This diff is collapsed.
Click to expand it.
Simon May
@smay
mentioned in commit
5af1644d
·
4 years ago
mentioned in commit
5af1644d
mentioned in commit 5af1644daf4e1bffc2675061ee35fef2a04f1f4f
Toggle commit list
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