Browse Source

Remove redundant trim

Michael Straube 5 năm trước cách đây
mục cha
commit
684d4e881a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      neofetch

+ 0 - 1
neofetch

@@ -3782,7 +3782,6 @@ END
                 "Plasma"*)
                     image=$XDG_CONFIG_HOME/plasma-org.kde.plasma.desktop-appletsrc
                     image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
-                    image=${image##file://}
                 ;;
 
                 *)