aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorshmibs <shmibs@shmibbles.me>2018-10-19 04:54:51 -0700
committershmibs <shmibs@shmibbles.me>2018-10-19 04:54:51 -0700
commitad04ec6996ecd91ac2378069c99e73f54ac18cf3 (patch)
treeea16b3d6581f4b45619b303e60f8d187fd647ce7 /.zshrc
parentc68e0d757ec0ee5baf9bf94ddd9634edf998d24f (diff)
downloaddotfiles-ad04ec6996ecd91ac2378069c99e73f54ac18cf3.tar.gz
merge tablet configs
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a4feab2..0d9ae09 100644
--- a/.zshrc
+++ b/.zshrc
@@ -143,6 +143,8 @@ bindkey '^N' down-history
################### ALIASES ##################
alias :q='exit'
+alias less='less -R'
+export PAGER="less -R"
if [[ ! -z $(whence vim) ]] then
export EDITOR='vim'