Implements automatic terminal reload and tool renaming during installation for Ally.
Renames the Ally tool to _ally during installation in install.sh, ensuring it aligns with the new naming convention.
Adds a ZSH function to the user's .zshrc file for automatic terminal reload, facilitating a smoother user experience by sourcing .ally after command execution.
Updates function.sh to call the _ally command instead of ally, incorporating logic to handle --no-reload flag which allows users to opt-out of automatic reloading if desired.
Streamlines the installation process by directly appending the contents of function.sh to .zshrc, removing the need for manual function addition.
Implements automatic terminal reload and tool renaming during installation for Ally.
install.sh
, ensuring it aligns with the new naming convention..zshrc
file for automatic terminal reload, facilitating a smoother user experience by sourcing.ally
after command execution.function.sh
to call the _ally command instead of ally, incorporating logic to handle--no-reload
flag which allows users to opt-out of automatic reloading if desired.function.sh
to.zshrc
, removing the need for manual function addition.For more details, open the Copilot Workspace session.