feat: ag of hidden files by default
This commit is contained in:
parent
180f1e1259
commit
8f4f230a9a
@ -95,6 +95,7 @@ function strip_color() {
|
|||||||
function docker_rm_all() {
|
function docker_rm_all() {
|
||||||
docker rm -f `docker ps --no-trunc -aq`
|
docker rm -f `docker ps --no-trunc -aq`
|
||||||
}
|
}
|
||||||
|
alias ag="ag --hidden"
|
||||||
# Replace replaces non-regex pattern recursively
|
# Replace replaces non-regex pattern recursively
|
||||||
# Example: Replace 'ctx.Status(400)' "ctx.Status(http.StatusBadRequest)"
|
# Example: Replace 'ctx.Status(400)' "ctx.Status(http.StatusBadRequest)"
|
||||||
function Replace () {
|
function Replace () {
|
||||||
|
Loading…
Reference in New Issue
Block a user