From 015b8282dedb029cc1c0c9b0f69ed9baf498c8d6 Mon Sep 17 00:00:00 2001 From: Ruslan Musaev Date: Mon, 15 May 2023 12:07:08 +0200 Subject: [PATCH] Readme typo fix for !! command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 959fcc4..c6b6426 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Copy the file `conf.d/github-copilot-cli.fish` to `$__fish_config_dir/conf.d/` o Because Fish shell does [wildcards globbing](https://fishshell.com/docs/current/language.html#wildcards-globbing), the default aliases shipped with the CLI do not play well. Therefore I changed `?` to `!` for all aliases. -- `!!:` Translate natural language to arbitrary shell commands +- `!!`: Translate natural language to arbitrary shell commands - `git!`: Translate natural language to Git commands - `gh!`: Translate natural language to GitHub CLI commands