Implements automatic terminal reload and renames the ally tool to _ally upon installation.
Renames the ally tool to _ally during the installation process in install.sh. This aligns with the new naming convention and ensures consistency across the installation script.
Modifies .zshrc to include a new ZSH function for automatic terminal reload. This addition is directly implemented within the install.sh script, facilitating a smoother user experience by eliminating the need for manual source commands post-installation.
Updates function.sh to call the _ally command instead of ally, ensuring compatibility with the renamed tool. This change is crucial for maintaining the functionality of the ally tool under its new name.
Introduces a check for a --no-reload flag within function.sh. If this flag is present, the script executes the _ally command without reloading the terminal. This provides users with the flexibility to opt-out of automatic reloading when necessary.
Implements automatic terminal reload and renames the ally tool to _ally upon installation.
install.sh
. This aligns with the new naming convention and ensures consistency across the installation script..zshrc
to include a new ZSH function for automatic terminal reload. This addition is directly implemented within theinstall.sh
script, facilitating a smoother user experience by eliminating the need for manual source commands post-installation.function.sh
to call the _ally command instead of ally, ensuring compatibility with the renamed tool. This change is crucial for maintaining the functionality of the ally tool under its new name.--no-reload
flag withinfunction.sh
. If this flag is present, the script executes the _ally command without reloading the terminal. This provides users with the flexibility to opt-out of automatic reloading when necessary.For more details, open the Copilot Workspace session.