diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-04-17 11:10:25 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-04-17 11:10:25 +0200 |
| commit | 0173c966ca715c14c9483b2e5e44d27173604638 (patch) | |
| tree | 922a7a42d8a84e420b337f65f6c665b642026918 /zsh/.zprofile | |
| parent | 9dc92655116548e0e2be487b048f336cc9a5f148 (diff) | |
updates: read the diff
Diffstat (limited to 'zsh/.zprofile')
| -rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index dad305e..fdc7db6 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -2,4 +2,4 @@ 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 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 sx |
