diff --git a/core/core-cli.el b/core/core-cli.el index 94089315a..aba69fc6d 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -192,7 +192,7 @@ COMMAND, and passes ARGS to it." concat (format "%s=%s \\\n" (match-string 1 env) (shell-quote-argument (match-string 2 env))))) - (format "PATH=\"%s:$PATH\" \\\n" (concat doom-emacs-dir "bin/")) + (format "PATH=\"%s%s$PATH\" \\\n" (concat doom-emacs-dir "bin/") path-separator) "_postscript $@\n")) (set-file-modes post-script #o700)))