From fc1a3269d392da1e6a3d13ec95f1ff8f4594b736 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:45 +0100 Subject: fix: prevent zellij from overwriting stow-managed config Set ZELLIJ_CONFIG_FILE to explicitly point at the XDG config path. Without this, zellij auto-migrates the config on startup, replacing the stow symlink with a regular file. --- home/.config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile index fc1554d..76c7fbe 100644 --- a/home/.config/zsh/.zprofile +++ b/home/.config/zsh/.zprofile @@ -103,6 +103,7 @@ export XCOMPOSECACHE="$XDG_CACHE_HOME/X11/xcompose" export XCOMPOSEFILE="$XDG_CONFIG_HOME/X11/xcompose" export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" +export ZELLIJ_CONFIG_FILE="$XDG_CONFIG_HOME/zellij/config.kdl" # XAUTHORITY breaks xauth over SSH, only set locally [[ -n $XDG_RUNTIME_DIR && -z $SSH_TTY ]] && export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" -- cgit v1.2.3-70-g09d2