diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-24 20:34:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-24 20:34:44 +0100 |
commit | 9bcfefed10bb9e48186695b8bea00c8544bcfbb3 (patch) | |
tree | a29e044585975d399029de32b2f78f15159691e2 | |
parent | 79814a4c9f765cb789551aa516bc5bc605a7def9 (diff) |
Added postpone and recall functions
-rwxr-xr-x | etc/functions/postpone | 2 | ||||
-rwxr-xr-x | etc/functions/recall | 3 |
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 |