Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if posix NOT == "sh" then it seems NO interactive.sh files are sourced. #237

Closed
molleweide opened this issue Jul 23, 2024 · 2 comments
Closed

Comments

@molleweide
Copy link
Collaborator

load_dorothy_config --first --optional -- "interactive.$ACTIVE_POSIX_SHELL" 'interactive.sh'

does not seem to load the sh files args.

@balupton
Copy link
Member

balupton commented Jul 23, 2024

if it is zsh as your active posix shell, and interactive.zsh exists it will only load interactive.zsh without also loading interactive.sh

this is expected behaviour, if you still want interactive.sh to load under this case, source it in your interactive.zsh

@molleweide
Copy link
Collaborator Author

molleweide commented Jul 23, 2024

aah perfect. i see now in the git logs from couple months ago: 2da8d15

I was reading through the loader file and started to realize that this was probably the way you intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants