From 9bcfefed10bb9e48186695b8bea00c8544bcfbb3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 24 Mar 2009 20:34:44 +0100 Subject: Added postpone and recall functions --- etc/functions/postpone | 2 ++ etc/functions/recall | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 etc/functions/postpone create mode 100755 etc/functions/recall (limited to 'etc') diff --git a/etc/functions/postpone b/etc/functions/postpone new file mode 100755 index 0000000..452f234 --- /dev/null +++ b/etc/functions/postpone @@ -0,0 +1,2 @@ +## vim:ft=zsh +cat > $ZCACHEDIR/postponed diff --git a/etc/functions/recall b/etc/functions/recall new file mode 100755 index 0000000..31253d4 --- /dev/null +++ b/etc/functions/recall @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh +autoload xcat +xcat $ZCACHEDIR/postponed -- cgit v1.2.3