add docker shortcuts

This commit is contained in:
2025-12-05 20:49:11 +01:00
parent 08c751ceb3
commit 71cf51f301

View File

@@ -69,6 +69,9 @@
# QOL # QOL
dc = "docker compose"; dc = "docker compose";
dcl = "dc logs -f";
dclt = "dcl --tail 100";
dcln = "dcl --since 1m";
rsync = "rsync -az --info=progress2"; rsync = "rsync -az --info=progress2";
t = "tmux new-session -A -s main"; t = "tmux new-session -A -s main";
e = "nvim"; e = "nvim";