mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
Misc: Shellcheck fix SC2188
This commit is contained in:
2
neofetch
2
neofetch
@@ -2585,7 +2585,7 @@ display_image() {
|
||||
# appearing in specific terminal emulators.
|
||||
sleep 0.05
|
||||
printf "%b\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$image\n4;\n3;" |\
|
||||
"${w3m_img_path:-false}" -bg "$background_color" >/dev/null & 2>&1 || to_off "Image: w3m-img failed to display the image."
|
||||
"${w3m_img_path:-false}" -bg "$background_color" >/dev/null 2>&1 || to_off "Image: w3m-img failed to display the image."
|
||||
|
||||
zws="\xE2\x80\x8B\x20"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user