Skip to main content

Customize the OSX Terminal

To silence the OSX bash deprecation warning:

  1. create or open ~/.bash_profile
  2. Copy the following
    export BASH_SILENCE_DEPRECATION_WARNING=1
    PS1='\$ '
  3. add a .hushlogin file to the user directory
    cd ~
    touch .hushlogin