File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,7 @@ function setup_container
627
627
docker exec --user root -it $container_name bash -c " apt update && apt install make stow -y"
628
628
docker exec --user $USER -it $container_name bash -c " ~/myconfigs/scripts/.local/bin/myinstall setup_fish"
629
629
docker exec --user $USER -it $container_name bash -c " ~/myconfigs/scripts/.local/bin/myinstall stow"
630
+ docker exec --user $USER -it $container_name bash -c " ~/myconfigs/scripts/.local/bin/myinstall core"
630
631
end
631
632
632
633
complete -c setup_container -x -a ' (__fish_print_docker_containers running)'
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ case "${1:-}" in
439
439
wget https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl -O ~ /.local/bin/pixi
440
440
chmod +x ~ /.local/bin/pixi
441
441
if command -v fish > /dev/null 2>&1 ; then
442
- pixi completion --shell fish > ~ /.config/fish/completions/pixi.fish
442
+ ~ /.local/bin/ pixi completion --shell fish > ~ /.config/fish/completions/pixi.fish
443
443
fi
444
444
;;
445
445
You can’t perform that action at this time.
0 commit comments