mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
Update aliases.md
This commit is contained in:
parent
3fffac8a17
commit
72dcf24222
1 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,6 @@ navibestmatch() {
|
|||
navi --query "$1" --best-match
|
||||
}
|
||||
|
||||
alias el="navibastmatch 'This is one command'"
|
||||
alias ef="navibastmatch 'This is another command'"
|
||||
alias el="navibestmatch 'This is one command'"
|
||||
alias ef="navibestmatch 'This is another command'"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue