dots

Mika's dotfiles
git clone git://popovic.xyz/dots.git/
Log | Files | Refs | README

commit 211e377b24ab0cf7e6583678d358239cca20278a
parent f0ea2eb9522201bc8a361a1eef1df4ec8ef17833
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sat, 28 Mar 2026 09:09:05 +0000

bump

Diffstat:
M.config/zsh/.zprofile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile @@ -4,6 +4,7 @@ if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then if command -v dwm >/dev/null 2>&1; then exec startx "$XDG_CONFIG_HOME/X11/xinitrc" vt1 else - exec ZSH_SYSTEM_CLIPBOARD_USE_WL_CLIPBOARD=1 niri-session -l + export ZSH_SYSTEM_CLIPBOARD_USE_WL_CLIPBOARD=1 + exec niri-session -l fi fi