feat: updated config
This commit is contained in:
parent
3f2ad0361d
commit
7b5d28f0e2
|
@ -0,0 +1,7 @@
|
|||
|
||||
# fnm
|
||||
set FNM_PATH "/home/raj/.local/share/fnm"
|
||||
if [ -d "$FNM_PATH" ]
|
||||
set PATH "$FNM_PATH" $PATH
|
||||
fnm env | source
|
||||
end
|
Loading…
Reference in New Issue