Rename SCM_GIT_GITSTATUSD_LOC to SCM_GIT_GITSTATUSD_PLUGIN_SH_LOC

This commit is contained in:
Noah Gorny
2020-06-20 15:15:55 +03:00
parent 1143bb8ddf
commit 6294797986
2 changed files with 5 additions and 5 deletions

View File

@@ -32,8 +32,8 @@ export TODO="t"
# Set this to false to turn off version control status checking within the prompt for all themes
export SCM_CHECK=true
# Set to actual location of gitstatusd if installed
#export SCM_GIT_GITSTATUSD_LOC="$HOME/gitstatus/gitstatus.plugin.sh"
# Set to actual location of gitstatusd.plugin.sh if installed
#export SCM_GIT_GITSTATUSD_PLUGIN_SH_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