From 9253d99236b8c47ea8829f500891216cb7d83930 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 5 Jul 2018 20:43:25 +0300 Subject: [PATCH] Try to pull the fish directory instead of the fish file --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 200b41ae..cc47451c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() {