mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-12-13 09:24:59 +00:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -8,20 +8,12 @@ after the running ssh_agent should do the work for you.
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
fish-ssh-agent
|
fish_ssh_agent
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
git clone https://.../fish-ssh-agent
|
wget https://gitlab.com/kyb/fish-ssh-agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
|
||||||
source fish-ssh-agent/install.fish
|
```
|
||||||
```
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```sh
|
|
||||||
git clone https://.../fish-ssh-agent
|
|
||||||
cp fish-ssh-agent/functions/* ~/.config/fish/functions
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user