mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
parent
1a86360560
commit
75a995f66f
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ in."
|
||||||
(print! (start "Checking for common environmental issues..."))
|
(print! (start "Checking for common environmental issues..."))
|
||||||
(print-group!
|
(print-group!
|
||||||
(when (or (string-match-p "/fish$" shell-file-name)
|
(when (or (string-match-p "/fish$" shell-file-name)
|
||||||
(string-match-p "/nu$" shell-file-name))
|
(string-match-p "/nu\\(?:\\.exe\\)?$" shell-file-name))
|
||||||
(print! (warn "Detected a non-POSIX $SHELL"))
|
(print! (warn "Detected a non-POSIX $SHELL"))
|
||||||
(explain! "Non-POSIX shells (particularly Fish and Nushell) can cause unpredictable issues "
|
(explain! "Non-POSIX shells (particularly Fish and Nushell) can cause unpredictable issues "
|
||||||
"with any Emacs utilities that spawn child processes from shell commands (like "
|
"with any Emacs utilities that spawn child processes from shell commands (like "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue