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 7e0d8df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .oh-my-shell/shellrc/plugins/poetry/post.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pipx install poetry
# Install poetry when missing only
pipx list --short | grep -q poetry \
|| pipx install poetry

0 comments on commit 7e0d8df

Please sign in to comment.