aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-16 16:54:51 +0000
committerMatthew Lemon <y@yulqen.org>2023-03-16 16:54:51 +0000
commitd3bfb7530ce1ef891cb6de84a4903e2a72388566 (patch)
treea1c7d25d8108fe01a3f94060d9a0904085f0f251 /fish/functions
parent6328ff96dabed92b71f394b96b345f82d542b8eb (diff)
removal of tj.fish because we now have it as a bash function - check that repo
Diffstat (limited to '')
-rw-r--r--fish/functions/tj.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/fish/functions/tj.fish b/fish/functions/tj.fish
deleted file mode 100644
index 8c1caad..0000000
--- a/fish/functions/tj.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-function tj -d "Log to the daily journal - wrapper round _tj script" --argument-names 'message'
- if test -n "$message"
- echo "$message" | _tj
- else
- echo "Please give me your message, wrapped in quotes."
- end
-end