generated from interviews/template
Initial commit
commit
573f2d67fb
|
|
@ -0,0 +1 @@
|
||||||
|
**/*.sw*
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
[env]
|
||||||
|
#HOME = "{{config_root}}"
|
||||||
|
#PS1 = '\[\033[38;2;26;95;180m\]\W\[\033[0m\]\[\033[38;2;205;214;244m\]\$ \[\033[0m\]' # no highlight
|
||||||
|
#PS1 = '\[\e[44m\]/\W/ \$\[\e[0m\] ' # blue highlight
|
||||||
|
#PS1 = '\[\e[42m\]/\W/ \$\[\e[0m\] ' # green highlight
|
||||||
|
PS1 = '\[\e[46m\]/\W/ \$\[\e[0m\] ' # cyan highlight
|
||||||
|
|
||||||
|
[tools]
|
||||||
|
go = "latest"
|
||||||
|
jq = "latest"
|
||||||
|
yq = "latest"
|
||||||
Loading…
Reference in New Issue