Skip to content

Commit

Permalink
feat: add fnm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andresatierf committed Nov 14, 2022
1 parent 2c700a9 commit b075a4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# fnm
# FNM

A simple `fnm` plugin for zsh.
7 changes: 7 additions & 0 deletions fnm.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# Add environments variables and automatically run on cd
eval "$(fnm env --use-on-cd)"

# Add fnm completions
fnm completions --shell zsh

0 comments on commit b075a4b

Please sign in to comment.