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"