plugin/projects: add to `template/bash_profile`

pull/2010/head
John D Pell 2022-01-08 14:07:37 -08:00 committed by John D Pell
parent ea2002a2e4
commit 1ec48c8d71
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ export IRC_CLIENT='irssi'
# Set this to the command you use for todo.txt-cli # Set this to the command you use for todo.txt-cli
export TODO="t" 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 # Set this to false to turn off version control status checking within the prompt for all themes
export SCM_CHECK=true export SCM_CHECK=true
# Set to actual location of gitstatus directory if installed # Set to actual location of gitstatus directory if installed