Better aliases
This commit is contained in:
parent
1e08ac83f5
commit
408b2a7401
1 changed files with 2 additions and 1 deletions
|
|
@ -2,11 +2,12 @@
|
|||
let
|
||||
shellAliases = {
|
||||
"dk" = "docker";
|
||||
"dkc" = "docker-compose";
|
||||
"hm" = "home-manager";
|
||||
"jc" = "sudo journalctl";
|
||||
"jcu" = "journalctl --user";
|
||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||
"ns" = "nix search nixpkgs";
|
||||
"ns" = ''nix search nixos\\.'';
|
||||
"nS" = "nix-shell";
|
||||
"sc" = "sudo systemctl";
|
||||
"scu" = "systemctl --user";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue