Add pixi abbr and add bat and micro to pixi
This commit is contained in:
@ -36,3 +36,7 @@ end
|
|||||||
# path
|
# path
|
||||||
abbr -a ... cd ../..
|
abbr -a ... cd ../..
|
||||||
abbr -a .... cd ../../..
|
abbr -a .... cd ../../..
|
||||||
|
|
||||||
|
# pixi
|
||||||
|
abbr -a pxi pixi global install
|
||||||
|
abbr -a pxs pixi global sync
|
||||||
|
@ -35,4 +35,5 @@ if test -d "$FNM_PATH"
|
|||||||
set PATH "$FNM_PATH" $PATH
|
set PATH "$FNM_PATH" $PATH
|
||||||
fnm env | source
|
fnm env | source
|
||||||
end
|
end
|
||||||
|
|
||||||
fish_add_path /home/tim/.pixi/bin
|
fish_add_path /home/tim/.pixi/bin
|
||||||
|
@ -19,3 +19,13 @@ exposed = { lf = "lf" }
|
|||||||
channels = ["conda-forge"]
|
channels = ["conda-forge"]
|
||||||
dependencies = { eza = "*" }
|
dependencies = { eza = "*" }
|
||||||
exposed = { eza = "eza" }
|
exposed = { eza = "eza" }
|
||||||
|
|
||||||
|
[envs.micro]
|
||||||
|
channels = ["conda-forge"]
|
||||||
|
dependencies = { micro = "*" }
|
||||||
|
exposed = { micro = "micro" }
|
||||||
|
|
||||||
|
[envs.bat]
|
||||||
|
channels = ["conda-forge"]
|
||||||
|
dependencies = { bat = "*" }
|
||||||
|
exposed = { bat = "bat" }
|
||||||
|
Reference in New Issue
Block a user