pixi config

This commit is contained in:
Matthew Ryan Dillon 2024-10-06 19:51:42 -04:00
parent bd71859cd3
commit ccea083389
3 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,9 @@ check_paths=(
# go # go
/usr/local/go/bin /usr/local/go/bin
# pixi
$HOME/.pixi/bin
) )
for fp in $check_paths; do for fp in $check_paths; do

View file

@ -106,3 +106,5 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
source "$BASE16_SHELL/profile_helper.sh" source "$BASE16_SHELL/profile_helper.sh"
{{- end }} {{- end }}
eval "$(direnv hook zsh)"

View file

@ -20,6 +20,7 @@ sudo apt install \
sudo port install \ sudo port install \
cmus \ cmus \
curl \ curl \
direnv \
fzf \ fzf \
git \ git \
git-delta \ git-delta \