diff --git a/.config/ov/config.yaml b/.config/ov/config.yaml index 40388319..0b18bc30 100644 --- a/.config/ov/config.yaml +++ b/.config/ov/config.yaml @@ -50,8 +50,10 @@ StyleHeader: Bold: true Foreground: "red" StyleOverStrike: + Foreground: "yellow" Bold: true StyleOverLine: + Foreground: "red" Underline: true StyleLineNumber: Bold: true diff --git a/.zshrc b/.zshrc index 67eab280..eb36271a 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,7 @@ bindkey -r '\ex' ZSH="$HOME/.oh-my-zsh" export DISABLE_LS_COLORS=true export PAGER=ov +export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases copybuffer copyfile copypath fancy-ctrl-z systemd ) # plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) source ~/.profile