feat(zsh): add yarn in path

This commit is contained in:
2025-09-20 07:21:19 +02:00
parent d2362ff046
commit 02ecd3f25f

View File

@@ -90,7 +90,7 @@ _fzf_complete_pass() {
}
# yarn global commands
export PATH="$(yarn global bin):$PATH"
export PATH="/home/lafrite/.local/bin:$(yarn global bin):$PATH"
# zk
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"