diff --git a/home/dot_zshenv b/home/dot_zshenv index e0eb740..4b522ec 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -66,6 +66,9 @@ check_paths=( # go /usr/local/go/bin + + # pixi + $HOME/.pixi/bin ) for fp in $check_paths; do diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 05c13b4..7664280 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -106,3 +106,5 @@ BASE16_SHELL="$HOME/.config/base16-shell/" source "$BASE16_SHELL/profile_helper.sh" {{- end }} + +eval "$(direnv hook zsh)" diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index 145182c..5a6feed 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -20,6 +20,7 @@ sudo apt install \ sudo port install \ cmus \ curl \ + direnv \ fzf \ git \ git-delta \