Changed some ZSH stuff
This commit is contained in:
parent
d0e206186d
commit
9ebb18cef5
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
|||
enableCompletion = true;
|
||||
|
||||
shellAliases = {
|
||||
update = "sudo nixos-rebuild switch --flake";
|
||||
wd = "wd --config ~/nix-config/config/.warprc";
|
||||
rebuild = "sudo nixos-rebuild switch --flake";
|
||||
update = "sudo nix flake update && rebuild";
|
||||
compose = "sudo docker compose";
|
||||
wolpc = config.sops.templates."zshwolpc".content;
|
||||
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma.nix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue