zshrc: flveri: Print the revision being verified
This commit is contained in:
parent
8cf0c1c9c9
commit
3ee2074bd8
1 changed files with 3 additions and 1 deletions
4
zshrc
4
zshrc
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue