From ad04ec6996ecd91ac2378069c99e73f54ac18cf3 Mon Sep 17 00:00:00 2001 From: shmibs Date: Fri, 19 Oct 2018 04:54:51 -0700 Subject: merge tablet configs --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') 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' -- cgit v1.2.3