From 942016e77bc9e9b364d6720eb4db23e025a610b2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 17 Feb 2025 14:45:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-17 14:45:07 --- .config/ov/config.yaml | 2 ++ .zshrc | 1 + 2 files changed, 3 insertions(+) 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