mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +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.
|
||||
|
||||
# Don't check for mail!
|
||||
unset MAILCHECK
|
||||
|
||||
# .environment
|
||||
if [ -f ~/.environment ]; then
|
||||
source ~/.environment
|
||||
|
Loading…
Reference in New Issue
Block a user