From ee2af96dfdf1bd41a1d60c24bd2f7113e445b3a6 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 20 Jun 2019 18:55:05 +0200 Subject: [PATCH] Update git config Signed-off-by: Severin Kaderli --- system/.config/git/config | 2 +- system/.config/httpie/config.json | 12 ++++++------ system/.config/vue/.vuerc | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/system/.config/git/config b/system/.config/git/config index 402b8fc..f5ec5c7 100644 --- a/system/.config/git/config +++ b/system/.config/git/config @@ -51,7 +51,7 @@ editor = vim [push] - default = upstream + default = current [url "git@gitlab.com:severinkaderli/"] insteadOf = gl: diff --git a/system/.config/httpie/config.json b/system/.config/httpie/config.json index eb50c8e..16d1801 100644 --- a/system/.config/httpie/config.json +++ b/system/.config/httpie/config.json @@ -1,8 +1,8 @@ { - "__meta__": { - "about": "HTTPie configuration file", - "help": "https://httpie.org/doc#config", - "httpie": "1.0.2" - }, - "default_options": [] + "__meta__": { + "about": "HTTPie configuration file", + "help": "https://httpie.org/doc#config", + "httpie": "1.0.2" + }, + "default_options": [] } diff --git a/system/.config/vue/.vuerc b/system/.config/vue/.vuerc index 4949eea..fa60727 100644 --- a/system/.config/vue/.vuerc +++ b/system/.config/vue/.vuerc @@ -17,5 +17,6 @@ "routerHistoryMode": true, "cssPreprocessor": "sass" } - } + }, + "packageManager": "npm" } \ No newline at end of file