diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index 83f27d6..eace49d 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -13,6 +13,7 @@ shellAliases = { update = "sudo nixos-rebuild switch --flake"; + compose = "sudo docker compose"; }; ohMyZsh = {