From 8e182e769abd29ada55bc8fe13de94096d59caa3 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 15 Jan 2019 08:15:19 +0100 Subject: [PATCH] enable calendar, more paths --- email/.mutt/newmail.sh | 2 +- shell/.bashrc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/email/.mutt/newmail.sh b/email/.mutt/newmail.sh index a73e7b9..84c30c6 100755 --- a/email/.mutt/newmail.sh +++ b/email/.mutt/newmail.sh @@ -5,4 +5,4 @@ then notify-send "$newmail new emails!" fi notmuch new -#vdirsyncer sync +vdirsyncer sync diff --git a/shell/.bashrc b/shell/.bashrc index 2ccc4c5..27d574a 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -16,9 +16,9 @@ export NOTMUCH_CONFIG=~/.config/notmuch/config export CLEAN_HOME=/opt/clean -export PATH="~/.local/bin:$PATH" -export PATH="$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin" -export PATH="$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin" +export PATH=~/.local/bin:$PATH +export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin +export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin export GTK_IM_MODULE=xim export QT_IM_MODULE=xim -- 2.20.1