diff options
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r-- | .zshrc-freebsd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.zshrc-freebsd b/.zshrc-freebsd index 7292e28..62b19f0 100644 --- a/.zshrc-freebsd +++ b/.zshrc-freebsd @@ -3,9 +3,6 @@ alias ls='ls -G' alias ll='ls -lGh' alias grep='grep --color=auto' alias diff='colordiff' -alias less='less -R' - -export PAGER="less -R" ################## FUNCTIONS ################## |