Skip to content

Instantly share code, notes, and snippets.

@megalithic
Created August 10, 2013 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megalithic/6198734 to your computer and use it in GitHub Desktop.
Save megalithic/6198734 to your computer and use it in GitHub Desktop.
command WON'T run from within vim using vim's command line input, but WILL run from a zsh prompt
# the output of executing the command below, if i execute `karma run` from a zsh prompt, it runs just fine.. thoughts on how to fix?
:!karma run
zsh:1: command not found: karma
shell returned 127
Press ENTER or type command to continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment