plugins: Add gitstatud plugin

This commit is contained in:
Noah Gorny
2020-06-19 19:45:45 +03:00
parent fb2e8549ad
commit 5d14030591
5 changed files with 32 additions and 26 deletions

View File

@@ -32,9 +32,7 @@ export TODO="t"
# Set this to false to turn off version control status checking within the prompt for all themes
export SCM_CHECK=true
# when using Git, consider installing https://github.com/romkatv/gitstatus for faster status prompt
# enable it here if you wish, change the LOC variable if you did not choose the standard location in your home
#export SCM_GIT_USE_GITSTATUSD=true
# Set to actual location of gitstatusd if installed
#export SCM_GIT_GITSTATUSD_LOC="$HOME/gitstatus/gitstatus.plugin.sh"
# per default gitstatusd uses 2 times as many threads as CPU cores, you can change this here if you must
#export GITSTATUS_NUM_THREADS=8