Add poetry to the path
This commit is contained in:
parent
0a1ab9455e
commit
20fd41a89d
1 changed files with 2 additions and 0 deletions
|
@ -59,3 +59,5 @@ if [ -f /usr/local/etc/bash_completion ]
|
|||
then
|
||||
. /usr/local/etc/bash_completion
|
||||
fi
|
||||
|
||||
export PATH="$HOME/.poetry/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue