From d55e32e79a6b1280952eec4b108c9a47e1fad514 Mon Sep 17 00:00:00 2001 From: marcellus Date: Thu, 3 Jul 2025 17:20:02 +0200 Subject: update --- zsh/.zprofile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index fdc7db6..cdf960f 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,5 +1,8 @@ -curl -m 3 -s "$CAL_PERSO" | grep -v END:VCALENDAR >/tmp/calendar.ics -curl -m 3 -s "$CAL_SCHOOL" | grep -v BEGIN:VCALENDAR >> /tmp/calendar.ics +export PATH="$HOME/.config/scripts:$PATH" + +#curl -m 3 -s "$CAL_PERSO" | grep -v END:VCALENDAR >/tmp/calendar.ics +#curl -m 3 -s "$CAL_SCHOOL" | grep -v BEGIN:VCALENDAR >> /tmp/calendar.ics +curl -m 3 -s "$CAL_SCHOOL" > /tmp/calendar.ics icstocal /tmp/calendar.ics /tmp/calendar >/dev/null -#[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec sx +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx -- cgit v1.2.3