e3f758e82529

maor
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 20 May 2015 22:05:20 -0400
parents 9752ae28492f
children be4d78a65702 60d8e20e143c
branches/tags (none)
files fish/functions/b.fish fish/functions/backfor.fish

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/b.fish	Wed May 20 22:05:20 2015 -0400
@@ -0,0 +1,3 @@
+function b
+    ~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=backpack.txt $argv
+end
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/backfor.fish	Wed May 20 22:05:20 2015 -0400
@@ -0,0 +1,3 @@
+function backfor
+    cp ~/Dropbox/tasks/backpack-archive ~/Dropbox/tasks/backpack.txt
+end