mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Ascii: Fix bug when using custom ascii art
This commit is contained in:
3
neofetch
3
neofetch
@@ -1922,8 +1922,9 @@ get_ascii() {
|
|||||||
[[ -d "$ascii_dir" ]] || \
|
[[ -d "$ascii_dir" ]] || \
|
||||||
{ to_off "Ascii: Ascii file not found, falling back to text mode."; return; }
|
{ to_off "Ascii: Ascii file not found, falling back to text mode."; return; }
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
ascii="${ascii_dir}/${ascii_file}"
|
ascii="${ascii_dir}/${ascii_file}"
|
||||||
|
fi
|
||||||
|
|
||||||
# Set locale to get correct padding.
|
# Set locale to get correct padding.
|
||||||
export LC_ALL="$sys_locale"
|
export LC_ALL="$sys_locale"
|
||||||
|
Reference in New Issue
Block a user