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
use git-ailases.nu *
exec nu
git_current_branch
Error: nu::shell::external_command × External command failed ╭─[/home/fil/.config/nushell/git-aliases.nu:2:6] 1 │ export def git_current_branch [] { 2 │ (gstat).branch · ──┬── · ╰── Command `gstat` not found 3 │ } ╰──── help: Did you mean `gst`?
The script to have mentioned that gstat is a dependency and where to get it.
gstat
--
Thank you for this amazing shell!
The text was updated successfully, but these errors were encountered:
Good catch. Didn't know of this dependency. I commented on your PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce:
use git-ailases.nu *
to the config fileexec nu
to reload the configurationgit_current_branch
What happens
What I expected to happen
The script to have mentioned that
gstat
is a dependency and where to get it.--
Thank you for this amazing shell!
The text was updated successfully, but these errors were encountered: