merge: main

This commit is contained in:
aduhayon 2022-08-10 09:56:52 +02:00
parent b029f7e21f
commit 47fccf586e
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -6,7 +6,7 @@
url = https://github.com/lukas-reineke/indent-blankline.nvim.git
[submodule ".config/nvim/pack/plugins/opt/nvim-lspconfig"]
path = .config/nvim/pack/plugins/opt/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule ".config/nvim/pack/plugins/opt/nvim-treesitter"]
path = .config/nvim/pack/plugins/opt/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git

View File

@ -1,6 +1,6 @@
export PYENV_ROOT="$HOME/.pyenv"
PATH="$HOME/bin:$HOME/.local/bin:$PYENV_ROOT/bin:$PATH"
path=(~/bin ~/.local/bin "$PYENV_ROOT"/bin "$path")
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"