diff --git a/bash_aliases b/bash_aliases index d7112ce..b96f522 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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 } diff --git a/bashrc b/bashrc index 6e6152e..a5a2f16 100644 --- a/bashrc +++ b/bashrc @@ -114,7 +114,7 @@ if ! shopt -oq posix; then fi - +export PATH=$PATH:/srv/dev/android-sdk-linux/tools:/srv/dev/android-sdk-linux/platform-tools/ export SENCHA_CMD_3_0_0="/home/fergalm/dev/sencha/Sencha/Cmd/4.0.0.203"