You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I've tried both #83 and #27 and neither work with ZSH.
For now, I broke these functions out into sh files and can run them with gr @tag sh ~/bash/github.sh etc.
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)The text was updated successfully, but these errors were encountered: