Disabled messaging by default.

This commit is contained in:
Nicole Tietz-Sokolskaya 2011-11-21 21:26:43 -05:00
parent 2216bb076f
commit a79ef162f6
2 changed files with 4 additions and 1 deletions

0
config.sh Normal file → Executable file
View file

View file

@ -23,7 +23,7 @@ set_prompt() {
PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
}
#sets the PS1 prompt
# sets the PS1 prompt
set_prompt
# makes ls print pretty
@ -37,3 +37,6 @@ export HISTSIZE=1000
export HISTFILESIZE=1000
export HISTCONTROL=ignoredups
# disable messaging
mesg n