mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 09:12:02 +00:00
Check if config is created before using it
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user