plugin/projects: add to `template/bash_profile`
parent
ea2002a2e4
commit
1ec48c8d71
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue