Better aliases
This commit is contained in:
parent
ce31c67653
commit
fbae043376
1 changed files with 5 additions and 3 deletions
|
|
@ -1,13 +1,15 @@
|
||||||
{
|
{
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
|
"dkcd" = "docker-compose down";
|
||||||
"dkc" = "docker-compose";
|
"dkc" = "docker-compose";
|
||||||
|
"dkcu" = "docker-compose up";
|
||||||
"dk" = "docker";
|
"dk" = "docker";
|
||||||
"hm" = "home-manager";
|
|
||||||
"jc" = "sudo journalctl";
|
"jc" = "sudo journalctl";
|
||||||
"jcu" = "journalctl --user";
|
"jcu" = "journalctl --user";
|
||||||
|
"nb" = "nix build";
|
||||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
"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 search nixpkgs";
|
||||||
"nS" = "nix shell";
|
"nS" = "nix shell";
|
||||||
"sc" = "sudo systemctl";
|
"sc" = "sudo systemctl";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue