about summary refs log tree commit diff
path: root/home/shell/aliases.nix
blob: 1759b3cc845756fab0ddf7b3daf8c1f4c6467317 (plain) (blame)
1
2
3
4
5
6
7
{
  ll = "ls -l --color=auto";
  lt = "ls -ltrh --color=auto";
  pkgsearch = "nix search nixpkgs";
  hms = "home-manager switch --flake .";
  nr = "sudo nixos-rebuild switch --flake .";
}