Feat: add yarn global path

This commit is contained in:
Bertrand Benjamin 2023-06-07 06:40:39 +02:00
parent a6d2ce2f22
commit af26c6978f
1 changed files with 4 additions and 0 deletions

View File

@ -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/"