From 901567d4f80905cc47f75931270164e2d25aa8b9 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 11 Oct 2024 12:57:50 +0200 Subject: [PATCH] chore: set shlvl to 0 to prevent liquidprompt from showing 2 --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 578879f..624ec50 100644 --- a/init.el +++ b/init.el @@ -178,6 +178,7 @@ "GUILE_LOAD_PATH" "GUILE_LOAD_COMPILED_PATH")) :config + (setenv "SHLVL" "0") (unless (memq system-type '(windows-nt android)) (exec-path-from-shell-initialize)) ;; This is for Matlab + my WM without reparenting. -- 2.48.1