Add scss and sass to the searchcss command

This commit is contained in:
Jonathan Hodgson 2017-05-25 14:00:10 +01:00
parent b94826a449
commit 46ecab1510

2
bashrc
View file

@ -86,7 +86,7 @@ searchjs() {
} }
searchcss() { searchcss() {
# This will search through .css and .less files but won't search minified files # This will search through .css and .less files but won't search minified files
grep -r -i -n --color="auto" --include=\*.{css,less} --exclude=\*.min.css "$1" . grep -r -i -n --color="auto" --include=\*.{css,less,scss,sass} --exclude=\*.min.css "$1" .
} }
searchphp() { searchphp() {
grep -r -i -n --color="auto" --include="*.php" "$1" . grep -r -i -n --color="auto" --include="*.php" "$1" .