Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Examples:
How to set up
-------------

### Manual

Put the file `git-escape-magic` somewhere in your `$fpath` and add
these lines to your `.zshrc`:

Expand All @@ -62,6 +64,15 @@ these lines to your `.zshrc`:
If you are enabling `url-quote-magic`, make sure to load it first and
then load `git-escape-magic`.


### Zinit

If you are using [Zinit](https://github.com/zdharma-continuum/zinit),
you can load git-escape-magic by adding the following line to your `.zshrc`:
```zsh
zinit snippet https://github.com/knu/zsh-git-escape-magic/blob/master/git-escape-magic
```

License
-------

Expand Down