Find is too slow
This commit is contained in:
parent
a2cfb64f1b
commit
62c94c93c9
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ clitip() {
|
||||||
xmlstarlet unesc | fmt -80 | iconv -t US
|
xmlstarlet unesc | fmt -80 | iconv -t US
|
||||||
}
|
}
|
||||||
|
|
||||||
GIT_REPOS=($(dirname $(find ~ -name .git -type d -not -path '*/.vim/*' -and -not -path '*/.local/*' -and -not -path '*/builds/*')))
|
#GIT_REPOS=($(dirname $(find ~ -name .git -type d -not -path '*/.vim/*' -and -not -path '*/.local/*' -and -not -path '*/builds/*')))
|
||||||
|
GIT_REPOS=(~/src/* ~/setup-cockpit ~/tssr ~/.password-store)
|
||||||
|
|
||||||
cockpit() { # enable pass-like commands (ex: cockpit git push)
|
cockpit() { # enable pass-like commands (ex: cockpit git push)
|
||||||
local start_dir="$PWD"
|
local start_dir="$PWD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue