This commit is contained in:
Fernando Schauenburg 2024-03-18 22:18:12 +01:00
parent 076b08c583
commit af8b2a956c
5 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@ heading() {
}
load_config() {
defconfig="$dotfiles/config.def.sh"
defconfig="$dotfiles/utils/config.def.sh"
config="$dotfiles/config.sh"
{ [ -r "$config" ] || cp -v "$defconfig" "$config"; } || error "can't create config.sh"
. "$config"