diff --git a/templates/index.html b/templates/index.html index 33f61db..8bf9037 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,6 +49,10 @@ The result is a graph of which commands you use after other commands. For example, if you always push after committing, there will be a big arrow from 'commit' to 'push'. +

+ For those using `fish` or other terminals that don't prefix commands + with a number in `history`, try this: +

 history | awk '$1 == "git" {print $2}' | grep -n "." | tr ":" " " > history.txt