From 155fe13d9a533ed8962fe89caf50c18853ef36c5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 23 Jan 2020 10:56:38 +0200 Subject: [PATCH] docs: update --- neofetch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/neofetch b/neofetch index d190389b..d59ee15b 100755 --- a/neofetch +++ b/neofetch @@ -3357,11 +3357,7 @@ END ;; conemu-*) - local ce_arg_list - local ce_arg_idx - local ce_conf - - # Could have used `eval set -- "$ConEmuArgs"` instead for arg parsing + # Could have used `eval set -- "$ConEmuArgs"` instead for arg parsing. readarray -t ce_arg_list < <(xargs -n1 printf "%s\n" <<< "${ConEmuArgs-}") for ce_arg_idx in "${!ce_arg_list[@]}"; do @@ -3386,7 +3382,7 @@ END } done - # Null-terminated contents in /proc/registry files triggers a Bash warning + # Null-terminated contents in /proc/registry files triggers a Bash warning. [[ "$term_font" ]] || read -r term_font < \ /proc/registry/HKEY_CURRENT_USER/Software/ConEmu/.Vanilla/FontName ;;