mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-28 20:41:02 +00:00
Fix typo
This commit is contained in:
parent
5b9831e1a0
commit
6cfb89588f
1 changed files with 2 additions and 2 deletions
|
|
@ -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'"
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue