Add missing ascii_distro config option
This commit is contained in:
parent
56325786d2
commit
d8a1165694
2 changed files with 8 additions and 1 deletions
4
neofetch
4
neofetch
|
|
@ -2979,7 +2979,9 @@ trap 'printf "\033[?25h"; clear; exit' 2
|
|||
|
||||
# Distro detection
|
||||
getdistro
|
||||
[ -z "$ascii_distro" ] && ascii_distro="$(trim "$distro")"
|
||||
case "${ascii_distro:-auto}" in
|
||||
"auto") ascii_distro="$(trim "$distro")" ;;
|
||||
esac
|
||||
|
||||
# Get colors and bold
|
||||
bold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue