diff --git a/bash/.profile b/bash/.profile index 7d6438a..ff3170e 100644 --- a/bash/.profile +++ b/bash/.profile @@ -59,3 +59,5 @@ if [ -f /usr/local/etc/bash_completion ] then . /usr/local/etc/bash_completion fi + +export PATH="$HOME/.poetry/bin:$PATH"