general: Fix issues with default config.
This commit is contained in:
parent
992d0b38ae
commit
c814f14726
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -8680,7 +8680,7 @@ main() {
|
||||||
get_os
|
get_os
|
||||||
|
|
||||||
# Load default config.
|
# Load default config.
|
||||||
source /dev/stdin <<< "$config"
|
eval "$config"
|
||||||
|
|
||||||
get_args "$@"
|
get_args "$@"
|
||||||
[[ "$verbose" != "on" ]] && exec 2>/dev/null
|
[[ "$verbose" != "on" ]] && exec 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue