فهرست منبع

Remove redundant trim

Michael Straube 5 سال پیش
والد
کامیت
684d4e881a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      neofetch

+ 0 - 1
neofetch

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