diff options
Diffstat (limited to 'etc')
-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 |