mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -171,7 +171,7 @@ in."
|
||||
(print! (start "Checking for common environmental issues..."))
|
||||
(print-group!
|
||||
(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"))
|
||||
(explain! "Non-POSIX shells (particularly Fish and Nushell) can cause unpredictable issues "
|
||||
"with any Emacs utilities that spawn child processes from shell commands (like "
|
||||
|
Reference in New Issue
Block a user