Fixed typo in abra ac bash output #145
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kawaiipunk/abra:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think that was just a simple typo someone made.
Amazing, thank you! i had to look at this for a sec tho, pure confusion, i think the typo goes the other way 😁? Everything should be
/etc/bash/...
and not/etc/bash_...
. I think @knoflook would know for sure. Don't forget to get yourself intodb453f0ab1/cli/cli.go (L50-L59)
💯It's /etc/bash_completion.d/ for me at least! 🤘
i don't have an
/etc/bash
directory and i already had a file in/etc/bash_completion.d
so this pr looks good!