Try to pull the fish directory instead of the fish file

This commit is contained in:
Roey Darwish Dror
2018-07-05 20:43:25 +03:00
parent 99a972b29b
commit 9253d99236

View File

@@ -128,7 +128,7 @@ fn run() -> Result<(), Error> {
git_repos.insert(home_path(".zshrc")); git_repos.insert(home_path(".zshrc"));
git_repos.insert(home_path(".oh-my-zsh")); git_repos.insert(home_path(".oh-my-zsh"));
git_repos.insert(home_path(".tmux")); 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() { if let Some(custom_git_repos) = config.git_repos() {