This commit is contained in:
Denis Isidoro 2020-09-15 11:32:51 -03:00 committed by GitHub
parent 5b9831e1a0
commit 6cfb89588f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ If you don't want to use these conventions, you can even add full comments in yo
```bash
navibestmatch() {
navi --query ":: $1" --best-match
navi --query "$1" --best-match
}
alias el="navibastmatch 'This is one command'"
alias ef="navibastmatch 'This is another command'"
```
```