change default configuration file location

This commit is contained in:
randomuser 2022-11-27 19:17:14 +00:00
parent 9739b9a887
commit b3624e234c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ loadconfig() {
path=$(readlink -f "${config}" 2>/dev/null)
else
# default config location.
config="$HOME/.sfeed/sfeedrc"
config="$HOME/.config/sfeed/sfeedrc"
path="${config}"
fi