mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
term_font: konsole: Avoid wrong font info
This commit is contained in:
2
neofetch
2
neofetch
@@ -3119,6 +3119,8 @@ END
|
|||||||
[[ "$profile" ]] && break
|
[[ "$profile" ]] && break
|
||||||
done
|
done
|
||||||
|
|
||||||
|
[[ ! $profile ]] && return
|
||||||
|
|
||||||
# We could have two profile files for the same profile name, take first match
|
# We could have two profile files for the same profile name, take first match
|
||||||
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
|
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
|
||||||
profile_filename="${profile_filename/$'\n'*}"
|
profile_filename="${profile_filename/$'\n'*}"
|
||||||
|
Reference in New Issue
Block a user