Compute GIT_REPOS with find

This commit is contained in:
flyingscorpio@arch-desktop 2021-08-31 11:15:08 +02:00
parent dca343b022
commit 361e906250

View file

@ -66,7 +66,7 @@ clitip() {
xmlstarlet unesc | fmt -80 | iconv -t US
}
GIT_REPOS=(~/.password-store ~/setup-cockpit ~/keepass ~/tssr ~/lessons/* ~/personal-scripts ~/root-me ~/src/*)
GIT_REPOS=($(dirname $(find ~ -name .git -type d -not -path '*/.vim/*' -and -not -path '*/.local/*' -and -not -path '*/builds/*')))
cockpit() { # enable pass-like commands (ex: cockpit git push)
local start_dir="$PWD"