Browse Source

Remove redundant trim

Michael Straube 5 years ago
parent
commit
684d4e881a
1 changed files with 0 additions and 1 deletions
  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://}
                 ;;
 
                 *)