fix things

This commit is contained in:
2026-06-27 14:22:32 +09:00
parent ca06b70683
commit b7e82d92c9
15 changed files with 104 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
c = "clear";
rb = "sudo nixos-rebuild switch --flake ~/nixos-config#";
"boot-rb" = "sudo nixos-rebuild --install-bootloader boot --flake ~/nixos-config#";
clc = "cloc . --exclude-dir=target,node_modules,.venv --exclude-ext=yml,yaml,csv -v";
clc = "cloc . --vcs git -v";
"dry-rb" = "sudo nixos-rebuild dry-build --flake ~/nixos-config#";
devim = "NVIM_APPNAME=nvim-dev nvim";
win = "grub-reboot 'Windows Boot Manager (on /dev/sda2)' && reboot";

View File

@@ -21,5 +21,6 @@
end
fish_add_path $HOME/.cargo/bin
fish_add_path /usr/bin
'';
}