mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Update README.md (#425)
Adding sheldon.cli configuration for zsh as an example.
This commit is contained in:
parent
09f17c9032
commit
4dc0f5474a
|
|
@ -59,6 +59,13 @@ zinit load wfxr/forgit
|
|||
# for oh-my-zsh
|
||||
git clone https://github.com/wfxr/forgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/forgit
|
||||
|
||||
# for sheldon.cli
|
||||
[plugins.forgit]
|
||||
github = "wfxr/forgit"
|
||||
rev = "25.02.0"
|
||||
use = ["forgit.plugin.zsh"]
|
||||
apply = ["source"]
|
||||
|
||||
# manually
|
||||
# Clone the repository and source it in your shell's rc file or put bin/git-forgit into your $PATH
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue