switch from google calendar to posteo calendar
This commit is contained in:
parent
b8a2bd5d56
commit
810e1ae548
5 changed files with 99 additions and 3 deletions
9
services/vdirsyncer/run
Executable file
9
services/vdirsyncer/run
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
exec env \
|
||||
HOME="${HOME:-/home/noctua}" \
|
||||
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-/home/noctua/.config}" \
|
||||
LC_ALL="en_US.utf-8" \
|
||||
LANG="en_US.utf-8" \
|
||||
PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \
|
||||
DISPLAY="${DISPLAY:-:0}" \
|
||||
./vdirsyncer
|
Loading…
Add table
Add a link
Reference in a new issue