Update aliases.md

This commit is contained in:
Dots Util 2020-09-15 23:43:42 +03:00 committed by GitHub
parent 3fffac8a17
commit 72dcf24222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'"
```