Skip to content

Commit

Permalink
add(fish): poetry completion support
Browse files Browse the repository at this point in the history
  • Loading branch information
arischow committed Mar 30, 2024
1 parent 5a9a353 commit 0505991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/arischow/features/cli/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# pyenv
pyenv init - | source
# poetry
poetry completions fish > ~/.config/fish/completions/poetry.fish
sed -i.bak -E "s/'([a-z]*[[:blank:]][a-z]*)''''/\1'/g" /opt/homebrew/share/fish/vendor_completions.d/poetry.fish
'';
};
};
Expand Down

0 comments on commit 0505991

Please sign in to comment.