feat: add .pyenv for pyenv-default-packages
This commit is contained in:
parent
e81d9d2d66
commit
2b4af1f92f
|
@ -11,6 +11,7 @@
|
|||
!alacritty
|
||||
!nvim
|
||||
!zsh
|
||||
!.pyenv
|
||||
|
||||
# explicity ignore zcoredump
|
||||
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