chore(shell): drop autoupdate-antigen plugin

This commit is contained in:
2023-10-11 08:53:39 +03:00
parent 681396383a
commit 988cb9cd18
3 changed files with 2 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ git submodule add --name tmux/tmux-window-name \
git submodule add --name tmux/tmux-yank \
-f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank
# Takes submodules and sets them to ignore all changes
for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do
git config "submodule.${MODULE}.ignore" all
done