diff --git a/fish/functions/flveri.fish b/fish/functions/flveri.fish new file mode 100644 index 0000000..cd53db5 --- /dev/null +++ b/fish/functions/flveri.fish @@ -0,0 +1,7 @@ +function flveri + if not set -q argv[1] + set argv[1] current + end + echo -e "\033[1m$argv[1]\033[0m" + fossil artifact "$argv[1]" | gpg --verify +end