From 1d34d70199b815cf8dc2a20afc7e35381dd0fd3c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 13 May 2014 22:27:23 +0100 Subject: [PATCH 1/2] Some alias or other --- bash_aliases | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash_aliases b/bash_aliases index 736151d..c0fb2bf 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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 } From f188b3f43a7913c2077159c8b444ff5d21c14d34 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 18 May 2014 01:04:16 +0100 Subject: [PATCH 2/2] Added android paths --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"