From 71cf51f301c60705a253828af1af381aa7eaa5f2 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 5 Dec 2025 20:49:11 +0100 Subject: [PATCH] add docker shortcuts --- common/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/home.nix b/common/home.nix index ce28baa..5d056ab 100644 --- a/common/home.nix +++ b/common/home.nix @@ -69,6 +69,9 @@ # QOL dc = "docker compose"; + dcl = "dc logs -f"; + dclt = "dcl --tail 100"; + dcln = "dcl --since 1m"; rsync = "rsync -az --info=progress2"; t = "tmux new-session -A -s main"; e = "nvim";