Bash autocompletions instructions don't work with standard perms #474
Labels
No Label
bug
build
ci/cd
contributing
critical
design
documentation
duplicate
enhancement
help wanted
invalid
meta
question
release
release-candidate
security
test
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#474
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Abra version: 0.10.0-rc1-beta-8af87aa
Code:
Following instructions from
abra autocomplete -h
I get
/etc/bash_completion.d
and it's contents are owned by root on my Ubuntu 22.04 and I suspect many other distros.@fauno said it should be "something like
abra autocomplete bash | sudo tee /etc/bash_completion.d/abra >/dev/null
"Abra 0.10.0: bash autocompletions instructions don't work with standard permsto Bash autocompletions instructions don't work with standard permsCould abra run these commands for you and run sudo when appropiate?
Fix merged. Closing.