Customize the OSX Terminal
To silence the OSX bash deprecation warning:
- create or open
~/.bash_profile
- Copy the following
export BASH_SILENCE_DEPRECATION_WARNING=1
PS1='\$ ' - add a
.hushlogin
file to the user directorycd ~
touch .hushlogin
To silence the OSX bash deprecation warning:
~/.bash_profile
export BASH_SILENCE_DEPRECATION_WARNING=1
PS1='\$ '
.hushlogin
file to the user directorycd ~
touch .hushlogin