diff --git a/docs/aliases.md b/docs/aliases.md index 32d7607..8bff956 100644 --- a/docs/aliases.md +++ b/docs/aliases.md @@ -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'" -``` \ No newline at end of file +```