From f4d119375070d45fc0cf113ed22259c79b98f31a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 17 Feb 2025 14:00:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-17 14:00:07 --- .config/ov/config.yaml | 0 .zshrc | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .config/ov/config.yaml diff --git a/.config/ov/config.yaml b/.config/ov/config.yaml new file mode 100644 index 00000000..e69de29b diff --git a/.zshrc b/.zshrc index c55ebe3a..0f79cffa 100644 --- a/.zshrc +++ b/.zshrc @@ -2,8 +2,9 @@ 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 ) +# export PAGER=ov +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 source $ZSH/oh-my-zsh.sh ASHEN="$HOME/dev/ashen/ashen.nvim"