Use ag instead of ack
This commit is contained in:
parent
f4aaaad253
commit
fc9bda70f8
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -134,7 +134,7 @@ alias psg='ps aux|grep -v grep | grep -i --color=auto ' # grep a process
|
||||||
# Coding #
|
# Coding #
|
||||||
##########
|
##########
|
||||||
|
|
||||||
alias agrep="ack-grep"
|
alias agrep="ag"
|
||||||
alias ag="~/apps/the_silver_searcher-master/ag"
|
alias ag="~/apps/the_silver_searcher-master/ag"
|
||||||
|
|
||||||
# repeat n times command
|
# repeat n times command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue