feat: add .pyenv for pyenv-default-packages
This commit is contained in:
parent
e81d9d2d66
commit
2b4af1f92f
|
@ -11,6 +11,7 @@
|
||||||
!alacritty
|
!alacritty
|
||||||
!nvim
|
!nvim
|
||||||
!zsh
|
!zsh
|
||||||
|
!.pyenv
|
||||||
|
|
||||||
# explicity ignore zcoredump
|
# explicity ignore zcoredump
|
||||||
zsh/.zcomp*
|
zsh/.zcomp*
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Neovim should be able to run anywhere
|
||||||
|
neovim
|
||||||
|
|
||||||
|
# Upgrade pip while we're at it.
|
||||||
|
pip
|
Loading…
Reference in New Issue