diff --git a/zshrc b/zshrc index 0bb6a9d..154887b 100644 --- a/zshrc +++ b/zshrc @@ -265,7 +265,9 @@ if __has_command fossil; then } flveri() { - fossil artifact ${1-current} | gpg --verify + rev="${1-current}" + echo -e "\033[1m$rev\033[0m" + fossil artifact "$rev" | gpg --verify } git2fl() {