From 0bbe9bb427bc9de389f292ff54c76c0572b391eb Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 10 Feb 2020 14:30:06 +0100 Subject: [PATCH] less: do not clear screen on exit --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index edadac7..70f42eb 100644 --- a/.zshrc +++ b/.zshrc @@ -271,7 +271,7 @@ alias ag='ag --pager less' alias cdiff='colordiff -u' alias dotgit='git --work-tree $HOME --git-dir $HOME/.dot_git' alias hs='history -a; history -n' -alias l='less -nRS' +alias l='less -nRSX' alias lower="tr '[:upper:]' '[:lower:]'" alias pstree="pstree -Auh | less" alias tail='tail -n $LINES'