From ab31fef95a4dc3cc3fdbace31f5ca92635d259c7 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 16 May 2024 12:26:34 -0700 Subject: [PATCH] env: enable ZELLIJ_AUTO_ATTACH --- .config/shell/env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/shell/env b/.config/shell/env index a8c1675..73f6d14 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -32,6 +32,9 @@ doom_bin_dir="${XDG_DATA_HOME:-$HOME/.config}/emacs/bin" if [ -d "$doom_bin_dir" ]; then export PATH="$PATH:$doom_bin_dir"; fi unset doom_bin_dir +# Tell zellij to auto attach by default instead of opening a new session +export ZELLIJ_AUTO_ATTACH=true + # Shell to use for commands like `nix-shell -p` (use zsh if using zsh) if test -n "${ZSH_VERSION:-}"; then export NIX_BUILD_SHELL=zsh