projects
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c9e0c4
)
Prevent checking of mail.
author
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 18 Mar 2012 14:53:41 +0000
(14:53 +0000)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 18 Mar 2012 14:53:41 +0000
(14:53 +0000)
bashrc
patch
|
blob
|
history
diff --git
a/bashrc
b/bashrc
index 837effb0041fa4fccfb8871c78b7dbed50d98404..ff919de4dbe3267d84763e97fe7ddbbb06e447ce 100644
(file)
--- a/
bashrc
+++ b/
bashrc
@@
-96,6
+96,8
@@
fi
export EDITOR=vim
export VISUAL=vim
+unset MAILCHECK
+
if [ -f ~/.bashrc_local ]; then
. ~/.bashrc_local
fi