diff options
author | Ing. Jan Kaláb <jan+github@kalabovi.org> | 2019-09-02 13:30:26 +0200 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2019-09-02 13:30:26 +0200 |
commit | a331063a04fff829805e3731b2ef75835d4243b0 (patch) | |
tree | 7a604c876c153e6c4c1c8507fcbe0574246f3e24 /plugins/git-escape-magic | |
parent | 9524db7398f405b26091f58fa8e2125d4e440a24 (diff) | |
download | zsh-a331063a04fff829805e3731b2ef75835d4243b0.tar.gz zsh-a331063a04fff829805e3731b2ef75835d4243b0.tar.bz2 zsh-a331063a04fff829805e3731b2ef75835d4243b0.zip |
git-escape-magic: fix typo (#8113)
Diffstat (limited to 'plugins/git-escape-magic')
-rw-r--r-- | plugins/git-escape-magic/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/git-escape-magic/README.md b/plugins/git-escape-magic/README.md index a14364f22..c3e3898f5 100644 --- a/plugins/git-escape-magic/README.md +++ b/plugins/git-escape-magic/README.md @@ -8,10 +8,9 @@ An excerpt from that project's readme explains it's purpose. > It eliminates the need for manually escaping those meta-characters. The zle function it provides is context aware and recognizes the characteristics of each subcommand of git. Every time you type one of these meta-characters on a git command line, it automatically escapes the meta-character with a backslash as necessary and as appropriate. -## Useage +## Usage To use this plugin add it to your list of plugins in your `.zshrc` file. **NOTE**: If you use url-quote-magic it must be included before this plugin runs to prevent any conflicts. - |