From cff6db068d6e0a64a420e2ed6489a89254eea775 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Mon, 14 Oct 2024 21:44:36 -0700 Subject: [PATCH] Update .gitconfig Add .config/httpie/config.json --- .gitconfig | 2 +- private_dot_config/httpie/config.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 private_dot_config/httpie/config.json diff --git a/.gitconfig b/.gitconfig index c637a43..85095f7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,2 @@ [commit] - gpgsign = false \ No newline at end of file +# gpgsign = false diff --git a/private_dot_config/httpie/config.json b/private_dot_config/httpie/config.json new file mode 100644 index 0000000..3cd9612 --- /dev/null +++ b/private_dot_config/httpie/config.json @@ -0,0 +1,5 @@ +{ + "default_options": [ + "--style=fruity" + ] +} -- 2.51.2