diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-01-16 20:12:53 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-01-18 15:53:55 +0500 |
| commit | 4e49e06c20030a00e73e8c74b2f957a21a9ea75b (patch) | |
| tree | 9e64d9d68bdffd09fded80933841bf3410dceb7b | |
| parent | 21b5c91d4c61aecd31bce6360a5d1489981ef1ba (diff) | |
Add ag search.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | files/.vim/bundle/ag | 0 | ||||
| -rw-r--r-- | files/.zsh/rc/S50_aliases | 6 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3adbf9d..f7526f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -81,3 +81,6 @@ [submodule "files/.vim/bundle/vim-colors-solarized"] path = files/.vim/bundle/vim-colors-solarized url = git://github.com/altercation/vim-colors-solarized.git +[submodule "files/.vim/bundle/ag"] + path = files/.vim/bundle/ag + url = https://github.com/rking/ag.vim diff --git a/files/.vim/bundle/ag b/files/.vim/bundle/ag new file mode 160000 +Subproject 6600953fc7c85ca43216abf4765118994bf0cc5 diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases index 68563da..bfd2fa9 100644 --- a/files/.zsh/rc/S50_aliases +++ b/files/.zsh/rc/S50_aliases @@ -1,3 +1,9 @@ +# Remove grml aliasses +unalias ag + +alias ag="ag --page less" + + alias -s html=$BROWSER alias -s pdf=mupdf |
