Skip to content

Commit

Permalink
shellrc: Install poetry when missing only
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Jul 24, 2024
1 parent 383228c commit 94ab735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .oh-my-shell/shellrc/plugins/poetry/post.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pipx install poetry
# Install poetry when missing only
(pipx list --short poetry | grep -q poetry) || pipx install poetry

0 comments on commit 94ab735

Please sign in to comment.