mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-04 14:34:59 -05:00
Space out if statement
This commit is contained in:
parent
8dc36bbdcb
commit
8d5ccc76ad
2
fetch
2
fetch
|
|
@ -1775,10 +1775,12 @@ getconfig () {
|
|||
# dir/files if they don't exist.
|
||||
if [ -f "$HOME/.config/fetch/config" ]; then
|
||||
source "$HOME/.config/fetch/config"
|
||||
|
||||
elif [ -f "/usr/share/fetch/config" ]; then
|
||||
mkdir -p "$HOME/.config/fetch/"
|
||||
cp "/usr/share/fetch/config" "$HOME/.config/fetch"
|
||||
source "$HOME/.config/fetch/config"
|
||||
|
||||
else
|
||||
getscriptdir
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user