diff options
Diffstat (limited to '')
-rw-r--r-- | fish/functions/tj.fish | 7 |
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 |