mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-04-01 18:43:23 +00:00
6 lines
89 B
Fish
6 lines
89 B
Fish
# fnm
|
|
fish_add_path --path ~/.local/share/fnm
|
|
if command -q fnm
|
|
fnm env | source
|
|
end
|