Merge branch 'master' of github.com:fergalmoran/dotfiles

This commit is contained in:
Fergal Moran
2014-05-18 01:00:25 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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
}

2
bashrc
View File

@@ -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"