Disabled messaging by default.
This commit is contained in:
parent
2216bb076f
commit
a79ef162f6
2 changed files with 4 additions and 1 deletions
0
config.sh
Normal file → Executable file
0
config.sh
Normal file → Executable file
5
profile
5
profile
|
@ -23,7 +23,7 @@ set_prompt() {
|
||||||
PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
|
PS1="${TITLEBAR}$BLUE[\t]\`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
|
||||||
}
|
}
|
||||||
|
|
||||||
#sets the PS1 prompt
|
# sets the PS1 prompt
|
||||||
set_prompt
|
set_prompt
|
||||||
|
|
||||||
# makes ls print pretty
|
# makes ls print pretty
|
||||||
|
@ -37,3 +37,6 @@ export HISTSIZE=1000
|
||||||
export HISTFILESIZE=1000
|
export HISTFILESIZE=1000
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
|
|
||||||
|
# disable messaging
|
||||||
|
mesg n
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue