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

@@ -25,6 +25,7 @@ Just invoke `topgrade`. It will invoke the following steps:
* ~/.zshrc
* [~/.oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* ~/.tmux
* ~/.config/fish/config.fish
* *Unix*: Invoke [zplug](https://github.com/zplug/zplug) update
* *Unix*: Upgrade tmux plugins with [TPM](https://github.com/tmux-plugins/tpm)
* Invoke Cargo [install-update](https://github.com/nabijaczleweli/cargo-update)

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