Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon May
config
Commits
da4cbbc4
Commit
da4cbbc4
authored
May 27, 2020
by
Simon May
Browse files
Add -F to $LESS
Works since less v530, see
https://unix.stackexchange.com/a/107355
parent
91270a98
Changes
1
Hide whitespace changes
Inline
Side-by-side
.env
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
...
...
Simon May
@smay
mentioned in commit
5af1644d
·
Jul 29, 2020
mentioned in commit
5af1644d
mentioned in commit 5af1644daf4e1bffc2675061ee35fef2a04f1f4f
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment