Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 4788221)
  • Loading branch information
Victor Castell authored and ivan-kripakov-m10 committed Dec 21, 2023
1 parent 5e01c60 commit 2c2d0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/cli/dkron_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To load completions for every new session, execute once:

#### Linux:

dkron completion zsh > "${fpath[1]}/_dkron"
dkron completion zsh > "~/.zsh/completion/_dkron"

#### macOS:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/pro/cli/dkron_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To load completions for every new session, execute once:

#### Linux:

dkron completion zsh > "${fpath[1]}/_dkron"
dkron completion zsh > "~/.zsh/completion/_dkron"

#### macOS:

Expand Down

0 comments on commit 2c2d0a9

Please sign in to comment.