Skip to content

Commit c94e4de

Browse files
authored
Update pro-tips.md
1 parent 19e55f6 commit c94e4de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pro-tips.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ between files with `n`/`N` keys:
4141

4242
Zsh plugin [zdharma/zsh-diff-so-fancy](https://github.com/zdharma/zsh-diff-so-fancy) has this
4343
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:
44+
subcommand `git dsf` out of the box. Installation with Zinit, Zplug and Zgen:
4545

4646
```zsh
47-
# Zplugin
48-
zplugin ice as"program" pick"bin/git-dsf"
49-
zplugin light zdharma/zsh-diff-so-fancy
47+
# zinit
48+
zinit ice lucid as"program" pick"bin/git-dsf"
49+
zinit load zdharma/zsh-diff-so-fancy
5050

5151
# Or zplug
5252
zplug "zdharma/zsh-diff-so-fancy", as:command, use:bin/git-dsf

0 commit comments

Comments
 (0)