We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dorothy/sources/interactive.sh
Line 14 in f416b7f
does not seem to load the sh files args.
sh
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
dorothy/sources/interactive.sh
Line 14 in f416b7f
does not seem to load the
sh
files args.The text was updated successfully, but these errors were encountered: