Skip to content

Commit

Permalink
Corrected path to fish config
Browse files Browse the repository at this point in the history
Signed-off-by: utkarshsingh1 <[email protected]>
  • Loading branch information
utkarsh-singh1 committed Jan 8, 2025
1 parent 5cdf631 commit 5778ef4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ echo "source <(kompose completion bash)" >> $HOME/.bashrc
echo "source <(kompose completion zsh)" >> $HOME/.zshrc
# Enable auto-completion in fish
echo "kompose completion fish | source" >> $HOME/fish/config.fish
echo "kompose completion fish | source" >> $HOME/.config/fish/config.fish
Will load the shell completion code.
Note: To enable completion permanently in your shell place these shell commands in their respective shell configuration file.
`,

RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 5778ef4

Please sign in to comment.