From 3ae2f40696412eee43d2fb1a8ec0d7657a950094 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 5 May 2020 17:26:22 +0300 Subject: [PATCH] More mail config updates --- .bin/poll.sh | 3 +++ .zshrc | 2 ++ 2 files changed, 5 insertions(+) create mode 100755 .bin/poll.sh diff --git a/.bin/poll.sh b/.bin/poll.sh new file mode 100755 index 0000000..b4bfce0 --- /dev/null +++ b/.bin/poll.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ~/Mail/arti.zirk.gmail +gmi sync diff --git a/.zshrc b/.zshrc index c5399c5..a6277f0 100644 --- a/.zshrc +++ b/.zshrc @@ -122,6 +122,8 @@ fi EDITOR=nvim VISUAL=nvim +MAILCHECK=0 +MAIL=~/Mail # iostat colors export S_COLORS=auto