update ndr alias

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-19 22:11:13 -05:00
parent 565a000c01
commit 70b4ac8481
2 changed files with 1 additions and 6 deletions

View file

@ -17,12 +17,6 @@
"~/.config" "~/.config"
]; ];
}; };
home.shellAliases = {
ndr = "nix-direnv-reload";
};
programs.zsh.shellAliases = {
ndr = "nix-direnv-reload";
};
}; };
}; };
} }

View file

@ -33,6 +33,7 @@ with lib;
cat = "bat --pager=never -p"; cat = "bat --pager=never -p";
# TODO this may not be needed now that I am using `nh` clean mode (see /hosts/_common/configuration.nix#programs.nh) # TODO this may not be needed now that I am using `nh` clean mode (see /hosts/_common/configuration.nix#programs.nh)
nix-boot-clean = "find '/boot/loader/entries' -type f ! -name 'windows.conf' | head -n -4 | xargs -I {} rm {}; nix store gc; nixos-rebuild boot; echo; df"; nix-boot-clean = "find '/boot/loader/entries' -type f ! -name 'windows.conf' | head -n -4 | xargs -I {} rm {}; nix store gc; nixos-rebuild boot; echo; df";
ndr = "nix-direnv-reload";
# general unix # general unix
date_compact = "date +'%Y%m%d'"; date_compact = "date +'%Y%m%d'";