osx - Terminal - How to open window at a certain directory -


when open terminal on mac, starts in root directory. don't want have type cd change directory every time open terminal, want in directory begin with.

how make terminal start in specific directory? also, how make terminal start full screen , in particular color?

also, command open text mate in terminal?

this perhaps better belongs on ask different, here 2 options start terminal session @ particular location:

  1. open terminal preferences settings section, , in window tab check "run command", , enter cd yourdirectorypath in command field. automatically run new terminal window.

  2. edit ~/.bash_profile , add cd yourdirectorypath line @ end.

as starting fullscreen, if quit terminal fullscreen window open, launch way.

you can set colour schemes in preferences, there many built-in "profiles".


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -