From 412528b54cbd4de1685f2ba98dc8f5f14016df31 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Fri, 27 Sep 2013 15:08:05 -0700 Subject: [PATCH] Added additional info about list_alias commands --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ab21d1a..251fd00 100644 --- a/README.markdown +++ b/README.markdown @@ -90,7 +90,10 @@ $ ge echo 1-3 ### Other shortcuts -SCM Breeze adds a total of 76 aliases to your shell. Use `list_aliases` to view all the aliases and their corresponding commands. +SCM Breeze adds a number of aliases to your shell. Use `list_aliases` to view all the aliases and their corresponding commands. +You can filter aliases with a search string, e.g. `list_aliases git log` + +There's also a `git_aliases` command, which shows aliases for `git` commands. You can also pass in additional filters, e.g. `git_aliases log`. ## Keyboard bindings