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"