Merge pull request #59 from jonathandturner/gitbranch

Show the current git branch in the prompt
This commit is contained in:
Jonathan Turner
2019-06-02 11:39:58 +12:00
committed by GitHub
5 changed files with 179 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;