aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/pager.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-10 23:52:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-10 23:52:45 +1300
commit5520549245ce27438b37e5aa91cd86762efc0a33 (patch)
tree960ae607d172afa349e14bbc72f31476fbe1f8e4 /sh/profile.d/pager.sh
parentUse explicit if for condition (diff)
downloaddotfiles-5520549245ce27438b37e5aa91cd86762efc0a33.tar.gz
dotfiles-5520549245ce27438b37e5aa91cd86762efc0a33.zip
Remove some unnecessary quotes
Diffstat (limited to 'sh/profile.d/pager.sh')
-rw-r--r--sh/profile.d/pager.sh2
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