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 }')