浏览代码

simple: Hide stderr by default.

Dylan Araps 6 年之前
父节点
当前提交
5e55c4dd1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      neofetch

+ 1 - 1
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