From 8f4f230a9a46abdd6354881e1c2ffca97679cf8f Mon Sep 17 00:00:00 2001 From: hophacker Date: Sat, 12 Mar 2022 23:36:06 +0800 Subject: [PATCH] feat: ag of hidden files by default --- zsh/functions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 5209a95..4de86d5 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -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 () {