mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
Remove quotes
This commit is contained in:
4
neofetch
4
neofetch
@@ -3116,7 +3116,7 @@ END
|
||||
break
|
||||
fi
|
||||
done
|
||||
[[ "$profile" ]] && break
|
||||
[[ $profile ]] && break
|
||||
done
|
||||
|
||||
[[ ! $profile ]] && return
|
||||
@@ -3125,7 +3125,7 @@ END
|
||||
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
|
||||
profile_filename="${profile_filename/$'\n'*}"
|
||||
|
||||
[[ "$profile_filename" ]] && \
|
||||
[[ $profile_filename ]] && \
|
||||
term_font="$(awk -F '=|,' '/Font=/ {print $2,$3}' "$profile_filename")"
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user