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
.hushloginfile to the user directorycd ~
touch .hushlogin
To silence the OSX bash deprecation warning:
~/.bash_profileexport BASH_SILENCE_DEPRECATION_WARNING=1
PS1='\$ '
.hushlogin file to the user directorycd ~
touch .hushlogin