von Max Muth | Aug. 20, 2015 | Allgemeines
This is how you can open Chrome from a terminal: Open a Terminal and type open -e ~/.bashrc (or ~/.zshrc if you’re using Oh-My-Zsh) Add this to the end of the file: alias chrome=’open „/Applications/Google Chrome.app“‚ This adds an...