summaryrefslogtreecommitdiff
path: root/zsh/.zprofile
blob: cdf960f9fae7b64da57d0aab9d765ed3588d6c56 (plain)
1
2
3
4
5
6
7
8
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 startx