mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -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 "
|
||||||
|
Reference in New Issue
Block a user