Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions install.fish
Original file line number Diff line number Diff line change
@@ -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"