feat: ag of hidden files by default

This commit is contained in:
hophacker 2022-03-12 23:36:06 +08:00 committed by hophacker
parent 180f1e1259
commit 8f4f230a9a

View File

@ -95,6 +95,7 @@ function strip_color() {
function docker_rm_all() {
docker rm -f `docker ps --no-trunc -aq`
}
alias ag="ag --hidden"
# Replace replaces non-regex pattern recursively
# Example: Replace 'ctx.Status(400)' "ctx.Status(http.StatusBadRequest)"
function Replace () {