From 87ffbef3ca931b191fbc9241b73f8627a1098bbc Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 25 Mar 2025 00:30:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-25 00:30:08 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8e857ab9..c104a9e3 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ export DISABLE_LS_COLORS=true # 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 colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd helix-zsh) source ~/.profile source $ZSH/oh-my-zsh.sh ASHEN="$HOME/dev/ashen/monorepo"