mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Some alias or other
This commit is contained in:
@@ -11,6 +11,11 @@ alias pbcopy='xclip -selection clipboard'
|
||||
alias pbpaste='xclip -selection clipboard -o'
|
||||
|
||||
|
||||
doAgFind(){
|
||||
ag --ignore-dir node_modules --ignore-dir bower_components $1
|
||||
}
|
||||
alias ag=doAgFind
|
||||
|
||||
doGrepSearch(){
|
||||
find | grep $1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user