Unverified Commit fe5fe81c authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

lib: quote arguments to env_default

Fixes #7117
parent 08a28086
......@@ -18,9 +18,8 @@ fi
## jobs
setopt long_list_jobs
## pager
env_default PAGER 'less'
env_default LESS '-R'
env_default 'PAGER' 'less'
env_default 'LESS' '-R'
## super user alias
alias _='sudo'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment