cron: clean up profile
This commit is contained in:
parent
4c1755dc78
commit
dacf694772
1 changed files with 1 additions and 6 deletions
|
@ -15,15 +15,10 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
|
||||
|
||||
. "$XDG_STATE_HOME/dbus"
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
|
||||
export DISPLAY=:0
|
||||
export TERMCMD=st
|
||||
|
||||
# caldav_raw=$(rbw get "Nextcloud Snailed" --raw)
|
||||
# export CALDAV_CALENDAR=Tasks
|
||||
# export CALDAV_USERNAME="$(echo "$caldav_raw" | jq -r .data.username)"
|
||||
# export CALDAV_PASSWD="$(echo "$caldav_raw" | jq -r .data.password)"
|
||||
# export CALDAV_URL="https://$(echo "$caldav_raw" | jq -r 'first(.data.uris[] | select(.match_type == 1)).uri')/remote.php/dav"
|
||||
|
|
Loading…
Add table
Reference in a new issue