Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: Fix issues with default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 19, 2018
1 parent 992d0b3 commit c814f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -8680,7 +8680,7 @@ main() {
get_os
# Load default config.
source /dev/stdin <<< "$config"
eval "$config"
get_args "$@"
[[ "$verbose" != "on" ]] && exec 2>/dev/null
Expand Down

0 comments on commit c814f14

Please sign in to comment.