AutoYADM commit: 2025-02-18 17:00:06

This commit is contained in:
Daniel Fichtinger 2025-02-18 17:00:06 -05:00
parent ea4b7ebc9f
commit 77432d54cc
2 changed files with 5 additions and 4 deletions

8
.zshrc
View file

@ -2,11 +2,11 @@
bindkey -r '\ex'
ZSH="$HOME/.oh-my-zsh"
export DISABLE_LS_COLORS=true
export PAGER=ov
export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
# export PAGER=ov
# export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
export EGET_BIN="/home/fic/.eget/bin"
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 )
# 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"