chore: upgrade asdf

This commit is contained in:
Michel 2023-09-01 16:22:04 +02:00
parent b1ed8709e2
commit 71f3ba3377
3 changed files with 5 additions and 3 deletions

2
.envrc
View File

@ -20,5 +20,5 @@ if [[ ! -x $HOME/.local/bin/nvr ]]; then
log_error "Neovim remote (nvr) not found"
log_status "To create a symlink:"
log_error "mkdir -p $HOME/.local/bin"
log_error "ln -s \$HOME/.config/nvim/.direnv/python-3*/bin/nvr(om[1]) \$HOME/.local/bin"
log_error "ln -fs \$HOME/.config/nvim/.direnv/python-3*/bin/nvr(om[1]) \$HOME/.local/bin"
fi

2
.gitignore vendored
View File

@ -6,4 +6,6 @@ debug
foo.*
*.log
data
/.direnv/
/.directory

View File

@ -1,2 +1,2 @@
direnv 2.32.2
python 3.11.2
direnv 2.32.3
python 3.11.4