From fbdcbf678cd3b0400167c75c8ff881e028a48e90 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 6 Dec 2020 17:57:16 -0800 Subject: [PATCH] Update git config for HT --- bash/.config/bash/prompt.sh | 6 ++++-- git/.config/git/config | 1 + go/.vim/UltiSnips/go.snippets | 2 +- hellotech/.config/git/config-hellotech | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 hellotech/.config/git/config-hellotech diff --git a/bash/.config/bash/prompt.sh b/bash/.config/bash/prompt.sh index 056562a..bf4a0e1 100644 --- a/bash/.config/bash/prompt.sh +++ b/bash/.config/bash/prompt.sh @@ -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 diff --git a/git/.config/git/config b/git/.config/git/config index 2509a4b..e74c175 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -52,3 +52,4 @@ [include] path = ~/.config/git/config-git.buddy.wtf path = ~/.config/git/config-git.xbudex.com + path = ~/.config/git/config-hellotech diff --git a/go/.vim/UltiSnips/go.snippets b/go/.vim/UltiSnips/go.snippets index f624321..0a17a6d 100644 --- a/go/.vim/UltiSnips/go.snippets +++ b/go/.vim/UltiSnips/go.snippets @@ -1,3 +1,3 @@ snippet ignore "ignore function" ! -ignore := func(...interface{}) {} +func(...interface{}) {}(${1}) endsnippet diff --git a/hellotech/.config/git/config-hellotech b/hellotech/.config/git/config-hellotech new file mode 100644 index 0000000..f225c74 --- /dev/null +++ b/hellotech/.config/git/config-hellotech @@ -0,0 +1,3 @@ +[url "git@github.com:HelloTech"] + insteadOf = https://github.com/HelloTech + email = buddy@hellotech.com