Skip to content

Commit

Permalink
fixed a spell mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-goto committed Jun 12, 2022
1 parent 4463c87 commit 6a4677c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/fin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ complete -c fin -l long -f -d "Show the long list of all urls & sites"
complete fin -x -n __fish_use_subcommand -a ggl -d "Use ggl"
complete fin -x -n __fish_use_subcommand -a help -d "Show help"
complete fin -x -n __fish_use_subcommand -a ls -d "Show list"
## query exits
complete fin -x -n __fish_use_subcommand -a 'mdn codepen angular npm emojipedia rust tokio vscode neovim'
## query exists
complete fin -x -n __fish_use_subcommand -a 'mdn codepen angular npm npmtrends emojipedia rust tokio vscode neovim'
## query doesn't exist
complete fin -x -n __fish_use_subcommand -a 'node deno vue react typescript storybook bem nextjs yarn tmux iterm2 svelte tailwindcss gh git daisyui chakraui mui'
## from ggl options
Expand Down

0 comments on commit 6a4677c

Please sign in to comment.