summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-24 20:34:44 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-24 20:34:44 +0100
commit9bcfefed10bb9e48186695b8bea00c8544bcfbb3 (patch)
treea29e044585975d399029de32b2f78f15159691e2 /etc
parent79814a4c9f765cb789551aa516bc5bc605a7def9 (diff)
Added postpone and recall functions
Diffstat (limited to 'etc')
-rwxr-xr-xetc/functions/postpone2
-rwxr-xr-xetc/functions/recall3
2 files changed, 5 insertions, 0 deletions
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