bash: remove vim as manpager

This commit is contained in:
Michael Grote 2023-11-15 09:00:16 +01:00
parent 09d05fa0a0
commit f9c4ee14e9
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ export PS1="\n${BLUE}\u${GREEN}@${ORANGE}\$(cat /etc/hostname) \$(pwd | sed -E -
# https://unix.stackexchange.com/questions/332791/how-to-permanently-disable-ctrl-s-in-terminal
stty -ixon
# vim als MANPAGER
export MANPAGER="vim -c ASMANPAGER -"
# farben fur manpages
# https://opensource.com/article/18/5/bash-tricks
export LESS_TERMCAP_mb=$'\E[01;31m'