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 19e55f6 commit c94e4deCopy full SHA for c94e4de
pro-tips.md
@@ -41,12 +41,12 @@ between files with `n`/`N` keys:
41
42
Zsh plugin [zdharma/zsh-diff-so-fancy](https://github.com/zdharma/zsh-diff-so-fancy) has this
43
project as a submodule so installing the plugin installs `diff-so-fancy`. The plugin provides
44
-subcommand `git dsf` out of the box. Installation with Zplugin, Zplug and Zgen:
+subcommand `git dsf` out of the box. Installation with Zinit, Zplug and Zgen:
45
46
```zsh
47
-# Zplugin
48
-zplugin ice as"program" pick"bin/git-dsf"
49
-zplugin light zdharma/zsh-diff-so-fancy
+# zinit
+zinit ice lucid as"program" pick"bin/git-dsf"
+zinit load zdharma/zsh-diff-so-fancy
50
51
# Or zplug
52
zplug "zdharma/zsh-diff-so-fancy", as:command, use:bin/git-dsf
0 commit comments