diff options
Diffstat (limited to 'zsh/.zprofile')
| -rw-r--r-- | zsh/.zprofile | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
