chore:refactor

This commit is contained in:
Raj Sharma 2024-08-15 14:25:38 +05:30
parent cb7729f695
commit 7f7e55d5dc
1 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,10 @@ if [ -d "$FNM_PATH" ]
set PATH "$FNM_PATH" $PATH
fnm env | source
end
# fnm
set FNM_PATH "/home/raj/.local/share/fnm"
if [ -d "$FNM_PATH" ]
set PATH "$FNM_PATH" $PATH
fnm env | source
end