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

This commit is contained in:
Daniel Fichtinger 2025-02-17 14:45:07 -05:00
parent bec2096b96
commit 942016e77b
2 changed files with 3 additions and 0 deletions

1
.zshrc
View file

@ -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