diff --git a/.bash_extra b/.bash_extra index 04463d6..4ecd45c 100644 --- a/.bash_extra +++ b/.bash_extra @@ -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'