Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 12, 2023
1 parent 1670a33 commit 4788221
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 4788221

Please sign in to comment.