mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-12-13 09:24:59 +00:00
Merge branch 'temp-badge' into 'master'
Add badges GitLab and GitHub See merge request kyb/fish_ssh_agent!1
This commit is contained in:
6
.doc/badge-github.json
Normal file
6
.doc/badge-github.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"schemaVersion":1,
|
||||
"label":"github",
|
||||
"message":"mirror",
|
||||
"cacheSeconds":1800
|
||||
}
|
||||
7
.doc/badge-gitlab.json
Normal file
7
.doc/badge-gitlab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"schemaVersion":1,
|
||||
"label":"gitlab",
|
||||
"message":"main",
|
||||
"color":"green",
|
||||
"cacheSeconds":1800
|
||||
}
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user