Better aliases

This commit is contained in:
Filippo Berto 2022-09-23 08:31:38 +02:00
parent ce31c67653
commit fbae043376
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,13 +1,15 @@
{
home.shellAliases = {
"dkcd" = "docker-compose down";
"dkc" = "docker-compose";
"dkcu" = "docker-compose up";
"dk" = "docker";
"hm" = "home-manager";
"jc" = "sudo journalctl";
"jcu" = "journalctl --user";
"nb" = "nix build";
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"nr" = "nix run";
"nR" = "nix repl";
"nr" = "nix repl";
"nR" = "nix run";
"ns" = "nix search nixpkgs";
"nS" = "nix shell";
"sc" = "sudo systemctl";