From af26c6978f043733377e78f4b406a0270000df10 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 7 Jun 2023 06:40:39 +0200 Subject: [PATCH] Feat: add yarn global path --- zsh/.config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index ee8e1ca..df1cfbc 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -1,4 +1,5 @@ fpath+=$ZDOTDIR/pure +fpath+=$ZDOTDIR/zfunc autoload -U compinit zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # menu select=2 @@ -88,5 +89,8 @@ _fzf_complete_pass() { ) } +# yarn global commands +export PATH="$(yarn global bin):$PATH" + # zk export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"