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