LoginSignup
1
0

PhpStorm をターミナルから開く

Posted at

作り方

$ vim /usr/local/bin/phpstorm
/usr/local/bin/phpstorm
#!/bin/sh

open -na "PhpStorm.app" --args "$@"
$ chmod +x /usr/local/bin/phpstorm

使い方

$ cd /path/to/project_root
$ phpstorm .

PhpStormが開いたらOK

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0