From 1ec48c8d7179614b318f7c7a0fb5c3a11b899b86 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 8 Jan 2022 14:07:37 -0800 Subject: [PATCH] plugin/projects: add to `template/bash_profile` --- template/bash_profile.template.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 75febdab..1dc1cda3 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -34,6 +34,9 @@ export IRC_CLIENT='irssi' # Set this to the command you use for todo.txt-cli export TODO="t" +# Set this to the location of your work or project folders +#BASH_IT_PROJECT_PATHS="${HOME}/Projects:/Volumes/work/src" + # 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 directory if installed