1
0
Fork 0

add path to cronprofile

This commit is contained in:
Luca Bilke 2024-02-09 16:30:41 +01:00
parent 66630ff390
commit 4e098d042e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ 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 PATH="$HOME/.local/libexec/cron:$PATH"
x="$(cat "$XDG_STATE_HOME/dbus_session_bus_address")"
export DBUS_SESSION_BUS_ADDRESS="$x"