Closed apchamberlain closed 11 years ago
I've changed my login shell in the Advanced Options section of the Users prefpane to tcsh, and noticed that exec-path-from-shell no longer worked. The --login flag works for bash and zsh, but not tcsh. The effective equivalent for tcsh is -d.
--login
-d
Thanks for this! In the end, I committed a slightly modified version of your fix (95b7aee).
-Steve
I've changed my login shell in the Advanced Options section of the Users prefpane to tcsh, and noticed that exec-path-from-shell no longer worked. The
--login
flag works for bash and zsh, but not tcsh. The effective equivalent for tcsh is-d
.