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() {