From 9fac0f0fa7cdfca9b8da757693aa96ea03283304 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 25 May 2017 14:00:10 +0100 Subject: [PATCH] Add scss and sass to the searchcss command --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ff940319..981a6543 100644 --- a/bashrc +++ b/bashrc @@ -86,7 +86,7 @@ searchjs() { } searchcss() { # 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() { grep -r -i -n --color="auto" --include="*.php" "$1" .