From: Mart Lubbers Date: Tue, 15 Jan 2019 07:15:19 +0000 (+0100) Subject: enable calendar, more paths X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=8e182e769abd29ada55bc8fe13de94096d59caa3;p=dotfiles.git enable calendar, more paths --- 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