From 97c37e97e76ac2677e8fe813dba176100aa90eb7 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 20 Apr 2024 10:24:02 +0200 Subject: [PATCH] Added a zsh alias --- pkgs/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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 = {