Image: Remove hard-coded var
This commit is contained in:
parent
2e168a4d87
commit
8d0630afdd
1 changed files with 0 additions and 2 deletions
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" ;;
|
||||||
|
|
Loading…
Reference in a new issue