commit 024d669e7f739bc0d90c69374f5158ff9d33099e parent ac24d0e177a8678b6f4739424d62ff5ae6e2d85f Author: Mark Feller <mjfeller1992@gmail.com> Date: Mon, 25 May 2020 09:46:27 -0600 not much utility script and terraform helpers Diffstat:
A | dots/.config/zsh/terraform.zsh | | | 1 | + |
A | dots/.local/bin/notmuch_delete | | | 6 | ++++++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dots/.config/zsh/terraform.zsh b/dots/.config/zsh/terraform.zsh @@ -0,0 +1 @@ +alias t="terraform" diff --git a/dots/.local/bin/notmuch_delete b/dots/.local/bin/notmuch_delete @@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm +notmuch new+ \ No newline at end of file