-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a "Git changes" segment to the prompt (#133)
wait for - #122 (to include a test and make sure the changes appear in the prompt) ## changelog - refactor the short Git status into `git/lib get-status` - adds a segment containing Git changes ## details - if there are no changes in the index, the prompt won't add anything. - if there are changes, they will appear after the `(branch:commit)` segment inside `[...]` - in order - staged changes will show up as one `_` - unstaged changes will show up as one `!` - untracked changes will show up as one `?`
- Loading branch information
Showing
3 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters