Add git branch to prompt

This commit is contained in:
Jonathan Turner
2019-06-02 09:11:28 +12:00
parent f5c7bed77a
commit d6cd0df232
5 changed files with 177 additions and 2 deletions

View File

@ -11,6 +11,7 @@ mod env;
mod errors;
mod evaluate;
mod format;
mod git;
mod object;
mod parser;
mod prelude;