feat: updated config

This commit is contained in:
Raj 2024-07-13 21:54:29 +05:30
parent 3f2ad0361d
commit 7b5d28f0e2
1 changed files with 7 additions and 0 deletions

View File

@ -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