Clean up
This commit is contained in:
parent
076b08c583
commit
af8b2a956c
5 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue