AutoYADM commit: 2025-03-25 00:30:08

This commit is contained in:
Daniel Fichtinger 2025-03-25 00:30:08 -04:00
parent f7cd402177
commit 87ffbef3ca

2
.zshrc
View file

@ -7,7 +7,7 @@ export DISABLE_LS_COLORS=true
# export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" # export MANPAGER="ov --section-delimiter '^[^\s]' --section-header"
export EGET_BIN="/home/fic/.eget/bin" 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 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 colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd helix-zsh)
source ~/.profile source ~/.profile
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/ashen/monorepo" ASHEN="$HOME/dev/ashen/monorepo"