Skip to content

Commit

Permalink
Fix typo in zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Apr 19, 2022
1 parent 8f46d58 commit 623dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/completion/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func makeZshCompletionFileIfNeeded(cmd *cobra.Command) {

func appendFpathAtZshrcIfNeeded() {
const zshFpath = `
# setting for mkgoprj command (auto generate)
# setting for gup command (auto generate)
fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i
`
Expand Down

0 comments on commit 623dc54

Please sign in to comment.