mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-10-09 11:51:00 +00:00
Compare commits
2 Commits
master
...
1cca152e02
Author | SHA1 | Date | |
---|---|---|---|
|
1cca152e02 | ||
|
aeb501de9b |
@@ -24,4 +24,4 @@ fisher install danhper/fish-ssh-agent
|
||||
|
||||
### 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