simple: Hide stderr by default.
This commit is contained in:
parent
0f718d41b9
commit
5e55c4dd1d
2
neofetch
2
neofetch
|
@ -8972,8 +8972,8 @@ main() {
|
||||||
eval "$config"
|
eval "$config"
|
||||||
|
|
||||||
get_args "$@"
|
get_args "$@"
|
||||||
get_simple "$@"
|
|
||||||
[[ "$verbose" != "on" ]] && exec 2>/dev/null
|
[[ "$verbose" != "on" ]] && exec 2>/dev/null
|
||||||
|
get_simple "$@"
|
||||||
get_distro
|
get_distro
|
||||||
get_bold
|
get_bold
|
||||||
get_distro_ascii
|
get_distro_ascii
|
||||||
|
|
Reference in New Issue