From 52089ca4819f7f7da33e114c01fd05c0fa89d0f1 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 2 Jan 2021 21:40:25 +0000 Subject: [PATCH] zshrc: Add flveri command to verify Fossil commits --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 737b4be..1ad4d79 100644 --- a/zshrc +++ b/zshrc @@ -264,6 +264,10 @@ if __has_command fossil; then return $ret } + flveri() { + fossil artifact ${1-current} | gpg --verify + } + git2fl() { local gitdir=$(git rev-parse --show-toplevel)/.git local repo=$(fossil info | awk '/^repository:/ { print $2 }')