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
Currently, it is only appending to .bashrc
The text was updated successfully, but these errors were encountered:
I didn't understand. Do you mean add to both if present? As in currently, it only detects the shell being run appends to the corresponding *.rc
Sorry, something went wrong.
I was running zsh, but it still appended to .bashrc. Maybe append to both if both are present.
It might be adding to bashrc because I hadn't changed shell of the user. I am using exec zsh to move to zsh :p .
exec zsh
I see. I'll figure out something and let you know. Thanks!
No branches or pull requests
Currently, it is only appending to .bashrc
The text was updated successfully, but these errors were encountered: