mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Don't show tpm tmux plugin repo content in sync
This commit is contained in:
parent
296a5b86cf
commit
f1531c7274
1
sync.py
1
sync.py
|
@ -373,6 +373,7 @@ def exclude_fun(diff: FileDiff) -> bool:
|
|||
lambda d: Path("root/usr/share/zsh/site-functions/zsh-syntax-highlighting") in d.rel_dot_file.parents,
|
||||
lambda d: Path("root/usr/share/zsh/site-functions/zsh-autosuggestions") in d.rel_dot_file.parents,
|
||||
lambda d: Path("home/.config/zsh/.zgenom") in d.rel_dot_file.parents,
|
||||
lambda d: Path("home/.config/tmux/plugins/tpm") in d.rel_dot_file.parents,
|
||||
lambda d: Path("home/.cache/zsh/history") == d.rel_dot_file and d.status is DiffStatus.CONTENT_DIFFERS,
|
||||
lambda d: Path("home/.config/nomacs/Image Lounge.conf") == d.rel_dot_file
|
||||
and d.status is DiffStatus.CONTENT_DIFFERS,
|
||||
|
|
Loading…
Reference in a new issue