From b178dfbf7dab1b1f0ae96bc975f2fcd7934f57bc Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 19 Oct 2023 14:31:43 -0400 Subject: added cheat sheet generation command --- home-config/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/bashrc') diff --git a/home-config/bashrc b/home-config/bashrc index 03d6b54..99aa8cc 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -43,6 +43,7 @@ alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-co alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' alias cg='git -C ~/.config/guix pull' alias cgh='git -C ~/.config/guix pull stationeryh main' +alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} //,// {if (! // && ! //) print; if (//) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -" export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH -- cgit v1.2.3