Skip to content

Commit c0251a3

Browse files
jnkowa-gfkktomk
authored andcommitted
fixedstatic code completion generator for fish shell
1 parent 8d9e942 commit c0251a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ at a specific location depending on your OS / setup. Here are a few examples :
5959
symfony-autocomplete composer > ~/.composer_completion && echo "source ~/.composer_completion" >> ~/.zshrc
6060

6161
# FISH
62-
symfony-autocomplete composer > ~/.config/fish/completions/composer.fish
62+
symfony-autocomplete composer --shell=fish > ~/.config/fish/completions/composer.fish
6363

6464
If you are running an environment that does not have automatic execution of PHP scripts, then you will need to
6565
call PHP and the script in question :

0 commit comments

Comments
 (0)