Detect fish configuration

This commit is contained in:
Roey Darwish Dror
2018-06-11 11:38:25 +03:00
parent 3eff48a8e8
commit 03f035cc83
2 changed files with 2 additions and 0 deletions

View File

@@ -127,6 +127,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"));
}
if let Some(custom_git_repos) = config.git_repos() {