zshrc: remove Poetry configuration
This commit is contained in:
parent
42f8e8ee39
commit
fc6fd5d759
3
zshrc
3
zshrc
|
@ -115,9 +115,6 @@ export PATH=$HOME/.local/bin:$PATH
|
||||||
# set up asdf (must be after paths)
|
# set up asdf (must be after paths)
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
|
|
||||||
# set up poetry
|
|
||||||
. $HOME/.poetry/env
|
|
||||||
|
|
||||||
# Git aliases
|
# Git aliases
|
||||||
git config --global alias.co checkout
|
git config --global alias.co checkout
|
||||||
git config --global alias.ci commit
|
git config --global alias.ci commit
|
||||||
|
|
Loading…
Reference in New Issue