mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-12-13 17:34:59 +00:00
19 lines
383 B
Markdown
19 lines
383 B
Markdown
# fish_ssh_agent
|
|
|
|
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
|
|
|
|
```fish
|
|
fish_ssh_agent
|
|
```
|
|
|
|
|
|
## Installation
|
|
|
|
```fish
|
|
wget https://gitlab.com/kyb/fish_ssh_agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
|
|
``` |