From 285a0741ad4853698b4b2563fb8844b484410def Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 14 Nov 2021 08:15:19 +0000 Subject: added ability to split config file into a handful of smaller files and made things that need that data to get it from uristart.conf script --- uristart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uristart.conf') diff --git a/uristart.conf b/uristart.conf index 3d9ea7d..0453acd 100755 --- a/uristart.conf +++ b/uristart.conf @@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec cat "${XDG_CONFIG_HOME:-$HOME/.config}"/uristart.conf +exec cat "${XDG_CONFIG_HOME:-$HOME/.config}"/uristart.conf "${XDG_CONFIG_HOME:-$HOME/.config}"/uristart.conf.d/* 2>/dev/null -- cgit v1.2.3