From 9d98d91cd1d98004993551ba2104c1a5673ce5d0 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 10 Oct 2021 04:10:44 +0200 Subject: [PATCH] cli: Fix missing directory for first config --- cli/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Makefile b/cli/Makefile index 9658f79bd..3d84b6274 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -27,4 +27,5 @@ build-if-not-exists: preflight .PHONY: config config: ## Edit your koolbox environment config + mkdir -p "${XDG_CONFIG_HOME}/koolbox/" ${EDITOR} "${XDG_CONFIG_HOME}/koolbox/env" -- GitLab