docs: update
This commit is contained in:
parent
ef54ba42b2
commit
155fe13d9a
8
neofetch
8
neofetch
|
@ -3357,11 +3357,7 @@ END
|
||||||
;;
|
;;
|
||||||
|
|
||||||
conemu-*)
|
conemu-*)
|
||||||
local ce_arg_list
|
# Could have used `eval set -- "$ConEmuArgs"` instead for arg parsing.
|
||||||
local ce_arg_idx
|
|
||||||
local ce_conf
|
|
||||||
|
|
||||||
# Could have used `eval set -- "$ConEmuArgs"` instead for arg parsing
|
|
||||||
readarray -t ce_arg_list < <(xargs -n1 printf "%s\n" <<< "${ConEmuArgs-}")
|
readarray -t ce_arg_list < <(xargs -n1 printf "%s\n" <<< "${ConEmuArgs-}")
|
||||||
|
|
||||||
for ce_arg_idx in "${!ce_arg_list[@]}"; do
|
for ce_arg_idx in "${!ce_arg_list[@]}"; do
|
||||||
|
@ -3386,7 +3382,7 @@ END
|
||||||
}
|
}
|
||||||
done
|
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 < \
|
[[ "$term_font" ]] || read -r term_font < \
|
||||||
/proc/registry/HKEY_CURRENT_USER/Software/ConEmu/.Vanilla/FontName
|
/proc/registry/HKEY_CURRENT_USER/Software/ConEmu/.Vanilla/FontName
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue