bash: remove vim as manpager
This commit is contained in:
parent
09d05fa0a0
commit
f9c4ee14e9
1 changed files with 0 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue