Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
e10552b4
Commit
e10552b4
authored
Dec 02, 2012
by
Robby Russell
Browse files
Merge pull request #1354 from F30/master
Set the '-R' option for less not in $PAGER, but as $LESS
parents
5ed75de5
daa6eceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
e10552b4
...
...
@@ -9,5 +9,7 @@ bindkey "^[m" copy-prev-shell-word
setopt long_list_jobs
## pager
export
PAGER
=
"less -R"
export
PAGER
=
"less"
export
LESS
=
"-R"
export
LC_CTYPE
=
$LANG
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