From d5e522754dbff4be53d6f05f93d1c864d0eaa202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 14 Jan 2026 19:48:46 +0100 Subject: remove fossil --- dot_local/bin/executable_fossil-diff | 2 -- dot_local/bin/executable_fossil-log | 5 ----- dot_local/bin/executable_fossil-st | 2 -- 3 files changed, 9 deletions(-) delete mode 100644 dot_local/bin/executable_fossil-diff delete mode 100644 dot_local/bin/executable_fossil-log delete mode 100644 dot_local/bin/executable_fossil-st (limited to 'dot_local/bin') diff --git a/dot_local/bin/executable_fossil-diff b/dot_local/bin/executable_fossil-diff deleted file mode 100644 index f145661..0000000 --- a/dot_local/bin/executable_fossil-diff +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -fossil diff "$@" --command batdiff diff --git a/dot_local/bin/executable_fossil-log b/dot_local/bin/executable_fossil-log deleted file mode 100644 index ea922af..0000000 --- a/dot_local/bin/executable_fossil-log +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -YELLOW=$(echo '\x1b[0;33m') -NORMAL=$(echo '\x1b[0m') - -exec fossil timeline -F "${YELLOW}[%h]${NORMAL} %c" "$@" diff --git a/dot_local/bin/executable_fossil-st b/dot_local/bin/executable_fossil-st deleted file mode 100644 index e3806b3..0000000 --- a/dot_local/bin/executable_fossil-st +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -fossil status "$@" -- cgit v1.2.3