about summary refs log tree commit diff
path: root/home/shell/aliases.nix
blob: ed15a23982c49f2dc48e346df774bbb7d3719fec (plain) (blame)
1
2
3
4
5
6
7
8
{
  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 .";
  flup = "nix flake update --commit-lock-file";
}