zfolwick / nixConfig

Linux Configuration files
0 stars 0 forks source link

bashConfigure script needs a switch to configure the Version Control #5

Closed zfolwick closed 8 years ago

zfolwick commented 8 years ago

two options:

1) this could be an entirely different tool (set-vcsmode -git would set to the bash prompt to git, set-vcsmode -hg would set to mercurial, etc...)

2) this could be a setting within bashConfigure on initial setup (e.g., ./bashConfigure -vcsmode=git would set the bash prompt to git, ./bashConfigure -vcsmode=hg would set the prompt to mercurial, etc)

zfolwick commented 8 years ago

on further thought, it's simpler to just assume git. Anyone using this should already know what's up.