From 5ff281192745268f6f2ac9434b66bbd26690fee7 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 17 Feb 2025 21:27:08 -0800 Subject: [PATCH] (Even x3) more changes to distrobox stuff --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index a4b08a7..54d0054 100644 --- a/init.zsh +++ b/init.zsh @@ -99,7 +99,7 @@ elif [[ -v INSIDE_EMACS ]]; then alias e='emacsclient ' alias emacs='emacsclient ' alias n='emacsclient ' -elif cmd_exists distrobox-host-exec; then +elif [[ -v DISTROBOX_ENTER_PATH ]]; then export EDITOR='distrobox-host-exec emacsclient -a nvim -c' alias emacs='distrobox-host-exec emacsclient -a nvim -c ' alias n='emacs '