Skip to content
New issue

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

[FEATURE REQUEST] Create a function, allowing direct terminal reload (a.k.a ally reload) #8

Open
MrDevel0per opened this issue Dec 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MrDevel0per
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Somewhat. When Ally finishes a command, it will output:

To make these settings take effect for this terminal session,

And then cuts off. We ideally want to have ally reload the terminal automatically.
Describe the solution you'd like
The ally command should be set into a zsh function, allowing source to be run after normal command finishes. Otherwise, we can change it to outputting

source $HOME/.ally

Describe alternatives you've considered
A function or asking the user to run source, but that requires further user action. Since it is ally's goal to mimic the alias command, we ideally want it to add it to the local session like alias does.

@MrDevel0per MrDevel0per added the enhancement New feature or request label Dec 18, 2023
@MrDevel0per MrDevel0per changed the title [FEATURE REQUEST] Create a function, allowing Ally to reload the terminal directly [FEATURE REQUEST] Create a function, allowing direct terminal reload (a.k.a ally reload) Dec 23, 2023
@MrDevel0per MrDevel0per self-assigned this Dec 23, 2023
@MrDevel0per
Copy link
Contributor Author

This is TOP PRIORITY because it is how the user will reload the terminal. Failure to accomplish this issue means that the ally command DOES NOT WORK like the ZSH alias command.

MrDevel0per added a commit that referenced this issue Jan 25, 2024
Starting work on #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant