summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 22ce7be..ab1b984 100644
--- a/.bashrc
+++ b/.bashrc
@@ -6,7 +6,7 @@
export CDPATH=.:..
export PAGER=less
export EDITOR=vim
-export MANPAGER='vim +MANPAGER --not-a-term -'
+# export MANPAGER='vim +MANPAGER --not-a-term -'
export HISTIGNORE='sudo id:uname:date:exit:df:ll:ls:ps:pwd:tc:top:history'
export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries
export HISTSIZE=100000 # big big history
@@ -52,7 +52,7 @@ d() { date +%F; }
p() { [ -f "$1" -a ! -x "$1" ] && less "$1" || "$@" 2>&1 | less; }
export -f d p
-[ "$OS" = alpine ] && export MANPAGER='vim +MANPAGER --not-a-term'
+# [ "$OS" = alpine ] && export MANPAGER='vim +MANPAGER --not-a-term'
export LESS=iXFRx4
# export SHELLCHECK_OPTS='-S warning'