1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

Added fossil plugin.

This commit is contained in:
jgmdev
2016-05-10 13:23:23 -03:00
parent 0ebe35968c
commit 2bce3b1f58
2 changed files with 96 additions and 0 deletions

7
plugins/fossil/README.md Normal file
View File

@@ -0,0 +1,7 @@
## Fossil Plugin
This plugin adds completion support and prompt for fossil repositories.
The prompt will display the current branch and status been dirty or clean.
### CONTRIBUTOR
- Jefferson González ([jgmdev](https://github.com/jgmdev))