ashwell / .dotfiles

My Bash, VIM, GIT, etc. configs.
1 stars 0 forks source link

Reconsile Changes from Enplug Branch #1

Open ashwell opened 7 years ago

ashwell commented 7 years ago

I made some changes for the enplug branch, they might be worth bringing into master.

ashwell commented 3 weeks ago

see https://github.com/ashwell/.dotfiles/compare/enplug

the bash prompt changes look to be the only ones really worth thinking about,

__git_ps1 &>/dev/null
if [ $? != 0 ]; then
  source ~/.dotfiles/source/.git-prompt.sh
fi