zshrc: remove Poetry configuration

This commit is contained in:
Rob Watson 2020-09-22 10:23:14 +02:00
parent 42f8e8ee39
commit fc6fd5d759
1 changed files with 0 additions and 3 deletions

3
zshrc
View File

@ -115,9 +115,6 @@ export PATH=$HOME/.local/bin:$PATH
# set up asdf (must be after paths)
. $HOME/.asdf/asdf.sh
# set up poetry
. $HOME/.poetry/env
# Git aliases
git config --global alias.co checkout
git config --global alias.ci commit