diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index ceb5427..321db7b 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,7 +1,7 @@ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && { - GUILOG="$HOME/.local/share/xorg/gui.log" + GUILOG="$HOME/.local/state/gui.log" mv -f "$GUILOG" "$GUILOG.old" || true