Skip to content

Commit a711958

Browse files
committed
Exclude logs from quick grep
1 parent c976224 commit a711958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ elif [ $OSTYPE == 'linux-gnu' ]; then
8989
alias ls='ls --color=auto -CF'
9090
fi
9191

92-
alias g='grep --color=always -rnI'
92+
alias g='grep --color=always -rnI --exclude-dir=log'
9393

9494
if [[ $OSTYPE = darwin* ]]; then
9595
update_vagrant() {

0 commit comments

Comments
 (0)