Compare commits

...

2 commits

2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
complete -C /opt/homebrew/bin/terraform terraform

View file

@ -1,6 +1,6 @@
prompt_symbol=λ
prompt_color_fail=(204 80 83)
prompt_color_pass=(48 92 161)
prompt_color_fail=(204 0 0)
prompt_color_pass=(102 255 153)
if hash git 2>/dev/null; then
prompt_has_git=true