Put simply, the path command will return the value of the SNIPPET_DIR
environment variable as the gem sees it.
This is only useful for debugging if the gem is not returning the snippets you expect it to.
For example.
If SNIPPET_DIR
was set to /path/to/templates/snippets
in your .bashrc
or zshrc
file then:
snippet path
Would print:
/path/to/templates/snippets