mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-18 18:07:12 +00:00
Image: Remove hard-coded var
This commit is contained in:
2
neofetch
2
neofetch
@@ -1950,8 +1950,6 @@ image_backend() {
|
|||||||
[[ -z "$DISPLAY" ]] && image_source="ascii"
|
[[ -z "$DISPLAY" ]] && image_source="ascii"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
image_backend="off"
|
|
||||||
|
|
||||||
case "${image_backend:-off}" in
|
case "${image_backend:-off}" in
|
||||||
"ascii") get_ascii ;;
|
"ascii") get_ascii ;;
|
||||||
"off") image_backend="off" ;;
|
"off") image_backend="off" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user