diff --git a/.gitignore b/.gitignore index a2a1e6e..9bfd7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ !alacritty !nvim !zsh +!.pyenv # explicity ignore zcoredump zsh/.zcomp* diff --git a/.pyenv/default-packages b/.pyenv/default-packages new file mode 100644 index 0000000..c2b8dce --- /dev/null +++ b/.pyenv/default-packages @@ -0,0 +1,5 @@ +# Neovim should be able to run anywhere +neovim + +# Upgrade pip while we're at it. +pip