Merge branch 'temp-badge' into 'master'

Add badges GitLab and GitHub

See merge request kyb/fish_ssh_agent!1
This commit is contained in:
kyb
2019-05-23 19:17:55 +00:00
3 changed files with 15 additions and 0 deletions

6
.doc/badge-github.json Normal file
View File

@@ -0,0 +1,6 @@
{
"schemaVersion":1,
"label":"github",
"message":"mirror",
"cacheSeconds":1800
}

7
.doc/badge-gitlab.json Normal file
View File

@@ -0,0 +1,7 @@
{
"schemaVersion":1,
"label":"gitlab",
"message":"main",
"color":"green",
"cacheSeconds":1800
}

View File

@@ -4,6 +4,8 @@ Utility functions to start your ssh agent when using fish shell.
You will only need to run `ssh-add` and type your password once,
after the running ssh_agent should do the work for you.
![GitLab](https://img.shields.io/badge/dynamic/json.svg?logo=GitLab&style=for-the-badge&label=GitLab&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-gitlab.json&query=$.message)
![GitHub](https://img.shields.io/badge/dynamic/json.svg?logo=GitHub&style=for-the-badge&label=GitHub&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-github.json&query=$.message&color=9A9)
## Usage