Add pixi abbr and add bat and micro to pixi

This commit is contained in:
Tim
2025-05-26 20:00:02 +02:00
parent 51bc1bbe9d
commit 8c0a67f515
3 changed files with 15 additions and 0 deletions

View File

@ -36,3 +36,7 @@ end
# path
abbr -a ... cd ../..
abbr -a .... cd ../../..
# pixi
abbr -a pxi pixi global install
abbr -a pxs pixi global sync

View File

@ -35,4 +35,5 @@ if test -d "$FNM_PATH"
set PATH "$FNM_PATH" $PATH
fnm env | source
end
fish_add_path /home/tim/.pixi/bin

View File

@ -19,3 +19,13 @@ exposed = { lf = "lf" }
channels = ["conda-forge"]
dependencies = { eza = "*" }
exposed = { eza = "eza" }
[envs.micro]
channels = ["conda-forge"]
dependencies = { micro = "*" }
exposed = { micro = "micro" }
[envs.bat]
channels = ["conda-forge"]
dependencies = { bat = "*" }
exposed = { bat = "bat" }