let's try pixi again

This commit is contained in:
Daylin Morgan 2023-11-07 18:43:46 -06:00
parent ae22b9834b
commit dc7f58ac97
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ path=(
$HOME/{,.local/}{,s}bin(N)
$HOME/.extra/bin(N)
$HOME/{.go,.cargo,.pyenv}/bin(N)
$HOME/.{go,cargo,pyenv,pixi}/bin(N)
$HOME/.zig(N)
/opt/local/{,s}bin(N)

View file

@ -1,3 +1,5 @@
#!/usr/bin/env zsh
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
@ -5,7 +7,6 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
#!/usr/bin/env zsh
# Load zprof first if we need to profile.
[[ ${ZPROFRC:-0} -eq 0 ]] || zmodload zsh/zprof