terminal

Change default start location in hyper.is terminal


On OSX, every time I start my hyper.is terminal I have to cd desktop, is there a way to configure it to start in /desktop by default instead of the root folder?


Solution

  • On OSX:

    1. Edit the hyper config file ~/.hyper.js vi ~/.hyper.js
    2. Update the workingDirectory key with a complete path to your desktop, For example /Users/jxsh/desktop
    3. Save and restart