From 05f5e0e5be9aac47f155845ac78a0303cc188228 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 15 Jan 2021 10:58:02 +0100 Subject: [PATCH] add afvalkalender --- cal/.local/bin/unical.bash | 6 +++++- shell/.bashrc | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cal/.local/bin/unical.bash b/cal/.local/bin/unical.bash index a7047c8..a095cdd 100755 --- a/cal/.local/bin/unical.bash +++ b/cal/.local/bin/unical.bash @@ -1,4 +1,8 @@ #!/bin/bash URL='http://persoonlijkrooster.ru.nl/ical?5f3a4d37&group=false&deduplicate=true&eu=dTUzMTE1OA==&t=9c210088-e219-427c-bbcc-256fddc28c30' -rm /home/mrl/.local/share/vdirsyncer/cal/uni/* +rm -f /home/mrl/.local/share/vdirsyncer/cal/uni/* curl -sSL "$URL" | khal import --batch -a uni - + +URL='https://wasteapi.ximmio.com/api/CallIcal?cn=Gemeente%20Almere&x=53d8db94-7945-42fd-9742-9bbc71dbe4c1&ty=null&ua=11219&sd=2020-12-21&ed=2024-01-09&path=https://wasteapi.ximmio.com&ln=nl&nt=1130' +rm -f /home/mrl/.local/share/vdirsyncer/cal/vuilnis/* +curl -sSL "$URL" | khal import --batch -a vuilnis - diff --git a/shell/.bashrc b/shell/.bashrc index 0670f6a..0b597e4 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -1,5 +1,6 @@ shopt -s checkwinsize histappend globstar +export MESA_LOADER_DRIVER_OVERRIDE=i965 export HISTCONTROL=erasedups export HISTFILESIZE=NOTHING export HISTSIZE=NOTHING @@ -23,7 +24,7 @@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR" export CLEAN_HOME=/opt/clean-x64 -export PATH=~/.local/bin:$PATH +export PATH=$CLEAN_HOME/bin:~/.local/bin:$PATH export PATH=/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH -- 2.20.1