We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6336db9 commit dff9ce3Copy full SHA for dff9ce3
exec-path-from-shell.el
@@ -137,7 +137,7 @@ The default value denotes an interactive login shell."
137
138
(defun exec-path-from-shell--standard-shell-p (shell)
139
"Return non-nil iff SHELL supports the standard ${VAR-default} syntax."
140
- (not (string-match "\\(fish\\|t?csh\\)$" shell)))
+ (not (string-match "\\(fish\\|nu\\|t?csh\\)$" shell)))
141
142
(defmacro exec-path-from-shell--warn-duration (&rest body)
143
"Evaluate BODY and warn if execution duration exceeds a time limit.
0 commit comments