1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Test of integration of brew and utils

This commit is contained in:
2021-10-28 10:11:01 +02:00
parent 360ae5fa01
commit a98a44ba5d
6 changed files with 42 additions and 30 deletions

12
zsh.d/90-plugins.zsh Normal file
View File

@ -0,0 +1,12 @@
# pyenv
if type pyenv; then
export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
fi
# thefuck
type thefuck && eval $(thefuck --alias)
#z
type ./plugins/zsh-z/zsh-z.plugin.zsh && source ./plugins/zsh-z/zsh-z.plugin.zsh