Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2885

MacでコマンドラインからChromeを開く

$
0
0

毎回Dockとかに置いてあるアイコンをダブルクリックするのは面倒なので。
openコマンドを使うとイケる。

open /Applications/Google\ Chrome.app/

エイリアスを貼っておくと便利。

alias chrome='open /Applications/Google\ Chrome.app/'

Viewing all articles
Browse latest Browse all 2885

Trending Articles