From 4e50e88306eb4ada5e21b35e8fe62c815a5bfbd7 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sat, 15 Oct 2022 23:52:04 +0200 Subject: Disable mail check --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 2d5426d..731fd64 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,7 @@ PS2='\[\e[34m\]>\[\e[39;49m\] ' source /usr/share/git/completion/git-prompt.sh +unset MAILCHECK INPUTRC=~/.config/readline/inputrc alias v=nvim -- cgit v1.2.3-54-g00ecf