Any time I try running a function or alias command I get:
ENOENT error executing the command "github" in /Users/nchapman/workspace/repo. Please make sure you have installed an executable named "github" in $PATH
Running github (without gr) in the directory runs a function I've written in my ~/.zshrc that opens the browser to github.com/org/repo.
Same goes for my aliases, like gst (git status)
Any time I try running a function or alias command I get:
ENOENT error executing the command "github" in /Users/nchapman/workspace/repo. Please make sure you have installed an executable named "github" in $PATHRunning
github(without gr) in the directory runs a function I've written in my~/.zshrcthat opens the browser to github.com/org/repo.Same goes for my aliases, like
gst(git status)