mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Check if config is created before using it
This commit is contained in:
parent
be5e6212b1
commit
215f5c9bb8
@ -1,7 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Load user settings from config file.
|
||||
. ~/.config/settings.conf
|
||||
if [ -e ~/.config/settings.conf ]; then
|
||||
. ~/.config/settings.conf
|
||||
fi
|
||||
|
||||
dotdir=~/dotfiles
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user