We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f17c9 commit 4dc0f54Copy full SHA for 4dc0f54
README.md
@@ -59,6 +59,13 @@ zinit load wfxr/forgit
59
# for oh-my-zsh
60
git clone https://github.com/wfxr/forgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/forgit
61
62
+# for sheldon.cli
63
+[plugins.forgit]
64
+github = "wfxr/forgit"
65
+rev = "25.02.0"
66
+use = ["forgit.plugin.zsh"]
67
+apply = ["source"]
68
+
69
# manually
70
# Clone the repository and source it in your shell's rc file or put bin/git-forgit into your $PATH
71
```
0 commit comments