Skip to content

Commit

Permalink
[zsh] yarn global node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Jan 17, 2025
1 parent 06957cb commit ee27ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ -f /.base16_theme && -z "$NVIM" && "$__CFBundleIdentifier" != "com.apple.T
fi

# global node modules
export PATH="$HOME"/.npm-global/bin:$PATH
export PATH="$HOME"/.npm-global/bin:"$HOME"/.yarn/bin:$PATH

# cargo crates
export PATH="$HOME"/.cargo/bin:"$HOME"/.local/share/cargo/bin:$PATH
Expand Down
4 changes: 2 additions & 2 deletions nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"none-ls.nvim": { "branch": "main", "commit": "3291afdff94e5083c7d6a4e9e661c3682c4b9b2a" },
"npm_scripts.nvim": { "branch": "main", "commit": "2dfa5d3b09564042c65ef8975eb3948b00f95422" },
"nvim-lspconfig": { "branch": "master", "commit": "339ccc81e08793c3af9b83882a6ebd90c9cc0d3b" },
"nvim-treesitter": { "branch": "master", "commit": "fd59f984416f696d85119fd4d15ce0965b179944" },
"nvim-treesitter": { "branch": "master", "commit": "5da195ac3dfafd08d8b10756d975f0e01e1d563a" },
"plenary.nvim": { "branch": "master", "commit": "3707cdb1e43f5cea73afb6037e6494e7ce847a66" },
"schemastore.nvim": { "branch": "main", "commit": "a0dd8a31e30a34755e51abdb76d9c82e08b8ab38" },
"snacks.nvim": { "branch": "main", "commit": "097e68fc720a8fcdb370e6ccd2a3acad40b98952" },
"snacks.nvim": { "branch": "main", "commit": "ee697ad55d11b1f5c5332852a36bdfd7b4b84096" },
"telescope.nvim": { "branch": "master", "commit": "415af52339215926d705cccc08145f3782c4d132" },
"ts-comments.nvim": { "branch": "main", "commit": "872dcfa0418f4a33b7437fb4d9f4e89f2f000d74" },
"vim-dirvish": { "branch": "master", "commit": "c87a8e103f2e8b44b411a38dda9bbe1229547952" },
Expand Down

0 comments on commit ee27ff6

Please sign in to comment.