Open stephtr opened 9 months ago
With autoupdate enabled, the script fails to run since on newer systems there's only a .zshrc file, but not a .bashrc.
.zshrc
.bashrc
% /bin/sh -c "source ~/.bashrc && npx --yes bing-wallpaper-daily-mac-multimonitor@latest --all-desktops-experimental" /bin/sh: /Users/stephan/.bashrc: No such file or directory
With autoupdate enabled, the script fails to run since on newer systems there's only a
.zshrc
file, but not a.bashrc
.