AutoYADM commit: 2025-02-17 14:00:07

This commit is contained in:
Daniel Fichtinger 2025-02-17 14:00:07 -05:00
parent df152652ab
commit f4d1193750
2 changed files with 3 additions and 2 deletions

0
.config/ov/config.yaml Normal file
View file

5
.zshrc
View file

@ -2,8 +2,9 @@
bindkey -r '\ex' bindkey -r '\ex'
ZSH="$HOME/.oh-my-zsh" ZSH="$HOME/.oh-my-zsh"
export DISABLE_LS_COLORS=true export DISABLE_LS_COLORS=true
export PAGER=ov # export PAGER=ov
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd ) 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 ~/.profile
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/ashen/ashen.nvim" ASHEN="$HOME/dev/ashen/ashen.nvim"