refactor(cli): restructure doom profile commands

- Replace 'doom profiles sync' with 'doom profile sync --all'.
- Move lisp/cli/profiles.el to lisp/cli/profile.el.
- Move obsolete alias to bin/doom.
This commit is contained in:
Henrik Lissner
2024-12-01 01:57:46 -05:00
parent 87a0d9d2e1
commit abedb71f96
4 changed files with 49 additions and 47 deletions

View File

@ -41,6 +41,13 @@ list of paths or profile config files (semi-colon delimited on Windows).")
Can be changed externally by setting $DOOMPROFILELOADFILE.")
(defvar doom-profile-cache-file
(file-name-concat
doom-cache-dir (format "profiles.%s.el" (or (car doom-profile) "@")))
"Where Doom writes its interactive profile loader script.
Can be changed externally by setting $DOOMPROFILELOADFILE.")
(defvar doom-profile-env-file-name "init.env.el"
"TODO")