mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Highlight found results
This commit is contained in:
@@ -21,10 +21,10 @@ alias lll='ls --color=always -alF | less -R'
|
|||||||
# append history instead of overwriting:
|
# append history instead of overwriting:
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|
||||||
alias findphp='find . -name "*.php" | xargs grep'
|
alias findphp='find . -name "*.php" | xargs grep --color=auto'
|
||||||
alias findjs='find . -name "*.js" | xargs grep'
|
alias findjs='find . -name "*.js" | xargs grep --color=auto'
|
||||||
alias findcss='find . -name "*.css" | xargs grep'
|
alias findcss='find . -name "*.css" | xargs grep --color=auto'
|
||||||
alias findpy='find . -name "*.py" | xargs grep'
|
alias findpy='find . -name "*.py" | xargs grep --color=auto'
|
||||||
|
|
||||||
alias findfile='find . | grep -v .svn | grep -v .hg | grep -v .git | grep'
|
alias findfile='find . | grep -v .svn | grep -v .hg | grep -v .git | grep'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user