fix: instruct people to restart their terminals

modifying shell rc files don't have immediate effect and it's confusing
if you don't know this.
This commit is contained in:
f
2024-07-11 11:38:09 -03:00
parent 7672eea434
commit e4092a2eed
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,8 @@ Definitely set up autocomplete or you'll be sad :sob: `abra` supports `bash`,
```
$ abra autocomplete bash
# Restart your terminal or load autocompletion in place
$ source /etc/bash_completion.d/abra
```