mmstick / ion-plugins

Official plugins for Ion
3 stars 2 forks source link

Add functions to count staged and modified files. #2

Closed msehnout closed 7 years ago

msehnout commented 7 years ago

Can be used for example like this: let PROMPT = "${PWD} (${git::branch}|●${git::staged_count}|+${git::modified_count}) \$ "

mmstick commented 7 years ago

Thanks!