From 1dffd48e38b16105518918b47ded02f25b6fe42b Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 1 Jun 2022 08:40:47 -0300 Subject: [PATCH] fish: set NVMDIR --- dotfiles/fish/env.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/fish/env.fish b/dotfiles/fish/env.fish index a697e52..25de3f6 100644 --- a/dotfiles/fish/env.fish +++ b/dotfiles/fish/env.fish @@ -23,6 +23,7 @@ if set -q asdf else set __cargo_bin ~/.cargo/bin/ set __yarn_bin ~/.yarn/bin/ + set -x NVM_DIR ~/.local/share/nvm end for i in ~/.local/bin $__cargo_bin $__cargo_asdf_bin $__yarn_asdf_bin ~/.yarn/bin ~/.factorio/bin/*