about summary refs log tree commit diff
path: root/home/shell/aliases.nix
blob: b3190dc0ea66bdbf58bccebd79a4b6f44a7b9a37 (plain) (blame)
1
2
3
4
5
{
  ll = "ls -l --color=auto";
  lt = "ls -ltrh --color=auto";
  pkgsearch = "nix search nixpkgs";
}