Update skel

This commit is contained in:
David Tomaschik
2026-05-19 17:02:05 -07:00
parent 4e72b9b18c
commit 1048775da3
3 changed files with 67 additions and 2 deletions

View File

@@ -9,9 +9,8 @@ uv_venv_auto = true
[tools]
age = "latest"
age-plugin-yubikey = "latest"
usage = "latest"
uv = "latest"
uv = "0.11.8"
[hooks]
postinstall = "mise sync python --uv"

View File

@@ -185,6 +185,9 @@ have_command() {
if test -d ${HOME}/.local/bin ; then
export PATH="${HOME}/.local/bin:${PATH}"
fi
if test -d ${HOME}/.npm-packages/bin ; then
export PATH="${HOME}/.npm-packages/bin:${PATH}"
fi
# Source extras and aliases if interactive
if [[ $- == *i* ]] ; then