simple: Hide stderr by default.
This commit is contained in:
parent
0f718d41b9
commit
5e55c4dd1d
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -8972,8 +8972,8 @@ main() {
|
|||
eval "$config"
|
||||
|
||||
get_args "$@"
|
||||
get_simple "$@"
|
||||
[[ "$verbose" != "on" ]] && exec 2>/dev/null
|
||||
get_simple "$@"
|
||||
get_distro
|
||||
get_bold
|
||||
get_distro_ascii
|
||||
|
|
Loading…
Reference in a new issue