mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-10-09 20:01:01 +00:00
Merge aeb501de9b
into f10d957753
This commit is contained in:
@@ -24,4 +24,4 @@ fisher install danhper/fish-ssh-agent
|
|||||||
|
|
||||||
### Manually
|
### Manually
|
||||||
|
|
||||||
Copy `functions` and `conf.d` to your `$__fish_config_dir` directory. That's all.
|
Copy `functions` and `conf.d` to your `$__fish_config_dir` directory by executing `./install.fish`. That's all.
|
||||||
|
4
install.fish
Executable file
4
install.fish
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#! /bin/env fish
|
||||||
|
set curr_dir (dirname (status --current-filename))
|
||||||
|
cp -r "$curr_dir"/functions "$__fish_config_dir"
|
||||||
|
cp -r "$curr_dir"/conf.d "$__fish_config_dir"
|
Reference in New Issue
Block a user