mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-02-15 06:35:03 +00:00
Merge branch 'master' of github.com:fergalmoran/dotfiles
This commit is contained in:
@@ -11,6 +11,11 @@ alias pbcopy='xclip -selection clipboard'
|
||||
alias pbpaste='xclip -selection clipboard -o'
|
||||
alias iotop='sudo iotop'
|
||||
|
||||
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