From 62c94c93c94233657416ed79f3ac8904b1d7277a Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Wed, 1 Sep 2021 12:38:51 +0200 Subject: [PATCH] Find is too slow --- dotfiles/shell/aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index f5a0819..2f125ad 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -66,7 +66,8 @@ clitip() { 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) local start_dir="$PWD"