-
Notifications
You must be signed in to change notification settings - Fork 219
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
[Feature]: Custom widget commands should read RC files #1511
Comments
To confirm, is ZSH your primary shell? Is this a custom script you've written or something you've installed? |
Ah ok we run custom widgets in the login shell to reduce overhead. This likely doesn't have your RC files loaded. As a workaround can you try the following: source ~/.zshrc && wakeonlan |
Yes, I mainly use ZSH shell, and yes, this is a script I wrote myself. |
I was using the source ~/.zshrc command before using wavetrem. |
You shouldn't need to do that, we source it for the terminal blocks, we don't for the command widget config though |
Current Behavior
I tried writing Custom Widgets that are CLI Widgets
But when I tried it, the result was
zsh:1: command not found: wakeonlan
process finished with exit code = 127
Even though I tried the command myself, it worked.
Note: I tested it on Macbook Air M2
Expected Behavior
I hope it will work in the future.
Steps To Reproduce
Wave Version
Client Version 0.10.1 (202412130327)
Platform
macOS
OS Version/Distribution
MacOS 15.1.1
Architecture
arm64
Anything else?
No response
Questionnaire
The text was updated successfully, but these errors were encountered: