blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Can I open iterm instead of mac os terminal? #25

Closed kjs1715 closed 6 years ago

kjs1715 commented 6 years ago

I m using iterm with oh-my-zsh and I want to know how to make change with it.

blueimp commented 6 years ago

You can change the application to open in the Command setting for this package. Simply replace the default open -a Terminal.app "$PWD" with open -a iTerm.app "$PWD".