mirror of https://tildegit.org/ben/dotfiles
tidy fnm and uv wrappers when not installed
parent
ed6859c092
commit
1db21f0f04
|
@ -1,3 +1,5 @@
|
|||
# fnm
|
||||
set PATH "/home/ben/.local/share/fnm" $PATH
|
||||
fnm env | source
|
||||
fish_add_path --path ~/.local/share/fnm
|
||||
if command -q fnm
|
||||
fnm env | source
|
||||
end
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
|
||||
source "$HOME/.cargo/env.fish"
|
||||
if test -f ~/.cargo/env.fish
|
||||
source ~/.cargo/env.fish
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue