OctoDash
OctoDash copied to clipboard
Install to `.zshrc` instead of `.bashrc`
https://github.com/UnchartedBull/OctoDash/blob/67982db0340f7ea27c348b5a6dbabb2335ba0c92/scripts/install.sh#L801
Actually scratching my head an hour on why it's not working. Finally figured out it's hard coded as bashrc here.
Can you include something like the following?
if [[ -f ~/.zshrc ]]; then
rcfile = '~/.zshrc'
fi
As a workaround, like many install scripts, the readme could include a /bin/bash call to the downloaded script to ensure the script is run by bash.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.