We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12811b5 commit 37bc7d0Copy full SHA for 37bc7d0
home/tty/vcs/git/scripts/default.nix
@@ -28,6 +28,7 @@
28
# -H: search hidden files/directories
29
# -t d: only directories
30
# -x: execute command for each result
31
+ # shellcheck disable=SC2016
32
fd -H -t d '^\.git$' "$TARGET_DIR" -x sh -c '
33
repo_dir=$(dirname "{}")
34
echo "================================================"
0 commit comments