install: check if local config is readable (not just exists)
This commit is contained in:
parent
61f0b64b84
commit
50fdc150b8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
DOTFILES="$(dirname "$(realpath "$0")")"
|
||||
TARGET="$HOME"
|
||||
|
||||
[ -f "$DOTFILES/config.local" ] && . "$DOTFILES/config.local"
|
||||
[ -r "$DOTFILES/config.local" ] && . "$DOTFILES/config.local"
|
||||
GIT_USER="${GIT_USER:-Fernando Schauenburg}"
|
||||
GIT_EMAIL="${GIT_EMAIL:-fernando@schauenburg.me}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue