From 240ba9c3c7e52c5fa00a61a01eb09836478d12c6 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:31:00 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20exempl=C4=AB=20gr=C4=81ti=C4=81=20usage?= =?UTF-8?q?=20(Latin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - don't not mix `eg` and `e.g.` in the same document. - use the US form of `e.g.`, so followed with a comma. https://en.wiktionary.org/wiki/e.g. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3be38cb9..fc7baff4 100644 --- a/README.md +++ b/README.md @@ -352,11 +352,11 @@ export FORGIT_LOG_FZF_OPTS=' - Put [`completions/git-forgit.bash`](https://github.com/wfxr/forgit/blob/master/completions/git-forgit.bash) in `~/.local/share/bash-completion/completions` to have bash tab completion for `git forgit` and configured git aliases. - Source [`completions/git-forgit.bash`](https://github.com/wfxr/forgit/blob/master/completions/git-forgit.bash) explicitly to have - bash tab completion for forgit shell functions and aliases (e.g. `gcb ` completes branches). + bash tab completion for forgit shell functions and aliases (e.g., `gcb ` completes branches). ## Zsh -- Put [`completions/_git-forgit`](completions/_git-forgit) in a directory in your `$fpath` (e.g. `/usr/share/zsh/site-functions`) to have zsh tab completion for `git forgit` and configured git aliases, as well as shell command aliases, such as `forgit::add` and `ga` +- Put [`completions/_git-forgit`](completions/_git-forgit) in a directory in your `$fpath` (e.g., `/usr/share/zsh/site-functions`) to have zsh tab completion for `git forgit` and configured git aliases, as well as shell command aliases, such as `forgit::add` and `ga` If you're having issues after updating, and commands such as `forgit::add` or aliases `ga` aren't working, remove your completions cache and restart your shell. @@ -367,9 +367,9 @@ If you're having issues after updating, and commands such as `forgit::add` or al # 💡 Tips -- Most of the commands accept optional arguments (eg, `glo develop`, `glo f738479..188a849b -- main.go`, `gco master`). -- `gd` supports specifying revision(eg, `gd HEAD~`, `gd v1.0 README.md`). -- Call `gi` with arguments to get the wanted `.gitignore` contents directly(eg, `gi cmake c++`). +- Most of the commands accept optional arguments (e.g., `glo develop`, `glo f738479..188a849b -- main.go`, `gco master`). +- `gd` supports specifying revision(e.g., `gd HEAD~`, `gd v1.0 README.md`). +- Call `gi` with arguments to get the wanted `.gitignore` contents directly(e.g., `gi cmake c++`). # 📃 License