aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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'