From 667d1c5a27706f01ddd86595d96aa0a9f6797fec Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 18 Feb 2022 16:44:26 -0500 Subject: add fossil-related shortcuts and completions --- dot_local/bin/executable_fossil-log | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_local/bin/executable_fossil-log (limited to 'dot_local/bin/executable_fossil-log') diff --git a/dot_local/bin/executable_fossil-log b/dot_local/bin/executable_fossil-log new file mode 100644 index 0000000..ea922af --- /dev/null +++ b/dot_local/bin/executable_fossil-log @@ -0,0 +1,5 @@ +#!/bin/sh +YELLOW=$(echo '\x1b[0;33m') +NORMAL=$(echo '\x1b[0m') + +exec fossil timeline -F "${YELLOW}[%h]${NORMAL} %c" "$@" -- cgit v1.2.3