From 4d0aa0ac4be6a3145e33900d8d35a88d99cb659e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 8 May 2026 12:13:26 -0500 Subject: [PATCH] + zipr --- dots/bash/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 8bbce1a..b29700b 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -131,6 +131,11 @@ spf() { # misc # --- +# recursively zip everything in current directory, name the zip file $1, and exclude (-x) itself from the zip process +zipr() { + zip -r $1 . -x $1 +} + #gpxImporter() { # cd /home/poq/syncDir/repos/git/gi.op.fo/gpx-importer/go/src/ # go run main.go