mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
bashrc & zshrc: don't check for new mail.
I HATE MAILCHECK! It crashed my WeeChat -.- :(
This commit is contained in:
parent
243e8bb050
commit
1d05f1167d
3
bashrc
3
bashrc
@ -134,6 +134,9 @@ fi
|
|||||||
|
|
||||||
# Source before mentioned locations if they exist.
|
# Source before mentioned locations if they exist.
|
||||||
|
|
||||||
|
# Don't check for mail!
|
||||||
|
unset MAILCHECK
|
||||||
|
|
||||||
# .environment
|
# .environment
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
source ~/.environment
|
source ~/.environment
|
||||||
|
3
zshrc
3
zshrc
@ -56,6 +56,9 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
|||||||
|
|
||||||
# Source before mentioned locations if they exist.
|
# Source before mentioned locations if they exist.
|
||||||
|
|
||||||
|
# Don't check for mail!
|
||||||
|
unset MAILCHECK
|
||||||
|
|
||||||
# .environment
|
# .environment
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
source ~/.environment
|
source ~/.environment
|
||||||
|
Loading…
Reference in New Issue
Block a user