1
1
Fork 0

zshrc: flveri: Print the revision being verified

This commit is contained in:
Jonathan Schleifer 2021-09-14 18:17:16 +00:00
parent 8cf0c1c9c9
commit 3ee2074bd8

4
zshrc
View file

@ -265,7 +265,9 @@ if __has_command fossil; then
} }
flveri() { flveri() {
fossil artifact ${1-current} | gpg --verify rev="${1-current}"
echo -e "\033[1m$rev\033[0m"
fossil artifact "$rev" | gpg --verify
} }
git2fl() { git2fl() {