Feat: add yarn global path
This commit is contained in:
parent
a6d2ce2f22
commit
af26c6978f
@ -1,4 +1,5 @@
|
|||||||
fpath+=$ZDOTDIR/pure
|
fpath+=$ZDOTDIR/pure
|
||||||
|
fpath+=$ZDOTDIR/zfunc
|
||||||
|
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # menu select=2
|
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
|
# zk
|
||||||
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
|
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
|
||||||
|
Loading…
Reference in New Issue
Block a user