feat(aliases): add fd glob alias

This commit is contained in:
2026-03-09 12:36:13 +02:00
parent 68b86e4830
commit 23e1213937

View File

@@ -215,3 +215,4 @@ fbcurl() {
curl -fsSL -H "Authorization: Bearer $FBPWD" "$@"
}
alias fdg="fd --glob"