diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:26:42 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:26:42 +0100 |
commit | e7c5ea35a4419112a65a8e229cbb31673ffdc9cd (patch) | |
tree | 8edeea842dc29862373efe28c57e20b8cf712855 /bashrc | |
parent | More consise ps in emerge-state (diff) | |
download | util-e7c5ea35a4419112a65a8e229cbb31673ffdc9cd.tar.bz2 util-e7c5ea35a4419112a65a8e229cbb31673ffdc9cd.tar.xz util-e7c5ea35a4419112a65a8e229cbb31673ffdc9cd.zip |
Exclude lots more things when grepping
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ alias d="cd ~/dev" alias p="cd ~/dev/portage" alias ChuckNorris="sudo" alias l="/bin/ls -NlhvF --color" -alias grep="/bin/grep -I --color=auto --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html" +alias grep="/bin/grep -I --color=auto --exclude-dir=node_modules --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html --exclude-dir=target --exclude-dir=.idea --exclude=*.iml" alias emerge-state='watch "( ps -C sandbox -o stime,cmd ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' title() { echo -ne "\033]0;$@\007" |