From df152652ab78637b99e11553c9067be33a9b3397 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 17 Feb 2025 13:45:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-17 13:45:06 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 71901b4d..c55ebe3a 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,7 @@ bindkey -r '\ex' ZSH="$HOME/.oh-my-zsh" export DISABLE_LS_COLORS=true +export PAGER=ov plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) source ~/.profile source $ZSH/oh-my-zsh.sh