AutoYADM commit: 2025-02-11 13:45:05

This commit is contained in:
Daniel Fichtinger 2025-02-11 13:45:05 -05:00
parent af4732972e
commit ebff71bf4f

2
.zshrc
View file

@ -5,7 +5,7 @@ export DISABLE_LS_COLORS=true
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 )
source ~/.profile source ~/.profile
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/plugins/ashen.nvim" ASHEN="$HOME/dev/ashen/ashen.nvim"
source $ASHEN/extras/fzf/ashen.sh source $ASHEN/extras/fzf/ashen.sh
unset LS_COLORS unset LS_COLORS
export EDITOR="helix" export EDITOR="helix"