Try to pull the fish directory instead of the fish file
This commit is contained in:
@@ -128,7 +128,7 @@ fn run() -> Result<(), Error> {
|
||||
git_repos.insert(home_path(".zshrc"));
|
||||
git_repos.insert(home_path(".oh-my-zsh"));
|
||||
git_repos.insert(home_path(".tmux"));
|
||||
git_repos.insert(home_path(".config/fish/config.fish"));
|
||||
git_repos.insert(home_path(".config/fish"));
|
||||
}
|
||||
|
||||
if let Some(custom_git_repos) = config.git_repos() {
|
||||
|
||||
Reference in New Issue
Block a user