From 23d7263238009052fde6fe1861cc0f54a31ef9e7 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 31 May 2025 11:37:55 -0400 Subject: [PATCH] 404 current 2025-05-31 11:37:39 25.05.20250424.f771eb4 6.12.24 * --- home/programs/zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 3cf3b38..bf546df 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -205,6 +205,10 @@ stack() { find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \; } +stack-min() { + find . -maxdepth 1 -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \; +} + a.nixi() { nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2- }