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 () {