mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update dotfiles
This commit is contained in:
@@ -9,6 +9,7 @@ uv_venv_auto = true
|
||||
|
||||
[tools]
|
||||
age = "latest"
|
||||
age-plugin-yubikey = "latest"
|
||||
usage = "latest"
|
||||
uv = "latest"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ if test -d ${HOME}/.local/bin ; then
|
||||
fi
|
||||
|
||||
if [[ ! -o interactive || ! -t 0 ]]; then
|
||||
if command -v mise >/dev/null 2>&1 ; then
|
||||
if [[ "$PWD" != /google* ]] && command -v mise >/dev/null 2>&1 ; then
|
||||
eval "$(mise activate zsh --shims)"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user