Commit Graph

7 Commits (23c478ba70d15cb7879e1526b9b12c5f3c08d430)

Author SHA1 Message Date
Buddy Sandidge 7fa6ac9318 Update deepgrep from alias to function
The latest version of macOS did not play well with the version of
deepgrep that piped find to xargs. Replaced it with version to use exec
feature of find.
Buddy Sandidge a60b752614 Add xdg base directory spec
Buddy Sandidge aabb888752 clean up bash config
Buddy Sandidge ce7ad3ffeb Fix bug with git bash prompt
With git 2.9.3 uses the word tree instead of directory. This would mean the
dirty git flag was always showing in the bash prompt. Now look for tree
and directory.
Buddy Sandidge b801bfe7d0 Update bash promp
Buddy Sandidge 1002a482d3 Add support for changing hostname color
Buddy Sandidge d72be38811 Import existing bashrc and depending bashrc files