mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35: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
|
#! /bin/bash
|
||||||
|
|
||||||
# Load user settings from config file.
|
# Load user settings from config file.
|
||||||
. ~/.config/settings.conf
|
if [ -e ~/.config/settings.conf ]; then
|
||||||
|
. ~/.config/settings.conf
|
||||||
|
fi
|
||||||
|
|
||||||
dotdir=~/dotfiles
|
dotdir=~/dotfiles
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user