You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current install.sh script blindly appends configuration to shell config files (.bashrc, .zshrc, config.fish) without checking if the configuration already exists. This causes duplicate PATH exports and environment variables every time the install script is run.