mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
Remove poetry plugin
This commit is contained in:
parent
2aa2565958
commit
710b4b18ec
3
.zshrc
3
.zshrc
@ -78,7 +78,7 @@ COMPLETION_WAITING_DOTS="true"
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
|
||||
plugins=(
|
||||
zsh-autosuggestions python pip last-working-dir history sudo command-not-found git poetry extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
|
||||
zsh-autosuggestions python pip last-working-dir history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
|
||||
)
|
||||
|
||||
# plugins=(
|
||||
@ -158,7 +158,6 @@ alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
|
||||
|
||||
# . /usr/share/autojump/autojump.sh
|
||||
export PATH="$HOME/.poetry/bin:$PATH"
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
export PATH="/snap/bin:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user