Update git config for HT

main
Buddy Sandidge 4 years ago
parent 53d23a5f21
commit fbdcbf678c

@ -8,6 +8,10 @@ yellow='\e[0;33m' # Yellow
blue='\e[0;34m' # Blue
purple='\e[0;35m' # Purple
# Bold
bblack='\e[1;30m' # Black
bred='\e[1;31m' # Red
function _hostname-color {
case "$(whoami)" in
william) echo "$blue";;
@ -57,8 +61,6 @@ function parse_git_branch {
#white='\e[0;37m' # White
# Bold
bblack='\e[1;30m' # Black
bred='\e[1;31m' # Red
#bgreen='\e[1;32m' # Green
#byellow='\e[1;33m' # Yellow
#bblue='\e[1;34m' # Blue

@ -52,3 +52,4 @@
[include]
path = ~/.config/git/config-git.buddy.wtf
path = ~/.config/git/config-git.xbudex.com
path = ~/.config/git/config-hellotech

@ -1,3 +1,3 @@
snippet ignore "ignore function" !
ignore := func(...interface{}) {}
func(...interface{}) {}(${1})
endsnippet

@ -0,0 +1,3 @@
[url "git@github.com:HelloTech"]
insteadOf = https://github.com/HelloTech
email = buddy@hellotech.com
Loading…
Cancel
Save