diff options
author | epoch <epoch@hack.thebackupbox.net> | 2021-12-03 15:32:05 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2021-12-03 15:32:05 +0000 |
commit | c6b3499c83bd95bd111f3c658c6df68c4381992f (patch) | |
tree | d290efe6a4822b850ad0eb5a19645fb2887fc3dd /uristart.conf | |
parent | 307c24fb08c43b4b4638fd16fed685829922c3dc (diff) | |
parent | 285a0741ad4853698b4b2563fb8844b484410def (diff) | |
download | uritools-c6b3499c83bd95bd111f3c658c6df68c4381992f.tar.gz uritools-c6b3499c83bd95bd111f3c658c6df68c4381992f.zip |
Merge branch 'master' of ssh://git.thebackupbox.net/uritools
Diffstat (limited to 'uristart.conf')
-rwxr-xr-x | uristart.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |