diff options
Diffstat (limited to 'sh/profile.d/pager.sh')
-rw-r--r-- | sh/profile.d/pager.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/pager.sh b/sh/profile.d/pager.sh index 7e55a1a9..0874a690 100644 --- a/sh/profile.d/pager.sh +++ b/sh/profile.d/pager.sh @@ -1,4 +1,4 @@ # Set pager -PAGER='less' +PAGER=less export PAGER |