plugins: Rename SCM_GIT_GITSTATUS_PLUGIN_SH_LOC to SCM_GIT_GITSTATUS_DIR

Also fix the destructor in case plugin did not load as expected
This commit is contained in:
Noah Gorny
2020-06-21 14:10:14 +03:00
parent 3eac73f613
commit d7aebe17a3
2 changed files with 6 additions and 6 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 gitstatus.plugin.sh if installed
#export SCM_GIT_GITSTATUS_PLUGIN_SH_LOC="$HOME/gitstatus/gitstatus.plugin.sh"
# Set to actual location of gitstatus directory if installed
#export SCM_GIT_GITSTATUS_DIR="$HOME/gitstatus"
# per default gitstatus uses 2 times as many threads as CPU cores, you can change this here if you must
#export GITSTATUS_NUM_THREADS=8