pixi config
This commit is contained in:
parent
bd71859cd3
commit
ccea083389
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue