This plugin define an alias named 'ag'. However, on Ubuntu systems, when you
install the_silver_searcher it is automatically installed as `/usr/bin/ag`.
This patch changed the alias from 'ag' (`sudo apt-get update`) to 'sag' to
avoid name clashing.
Other aliases are updated accordingly.
Signed-off-by: Michele Bologna <michele.bologna@gmail.com>