Skip to content

Commit

Permalink
feat: add fnm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Feb 23, 2024
1 parent 59004ff commit b202f25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/fnm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "fnm",
"files": [
{
"path": "$HOME/.fnm",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport FNM_DIR=\"$XDG_DATA_HOME\"/fnm\n```\n"
}
]
}

0 comments on commit b202f25

Please sign in to comment.