let's try pixi again
This commit is contained in:
parent
ae22b9834b
commit
dc7f58ac97
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue