this is no longer nessesary and also doesnt work anymore
This commit is contained in:
parent
a87e2267ea
commit
049f259227
1 changed files with 2 additions and 10 deletions
12
neofetch
12
neofetch
|
@ -2007,16 +2007,8 @@ get_packages() {
|
|||
ProgramData="${mount:-/cygdrive/c}/ProgramData"
|
||||
fi
|
||||
|
||||
# Scoop environment throws errors if `tot scoop list` is used
|
||||
has scoop && {
|
||||
sdir=$(cygpath "$SCOOP" 2>/dev/null)
|
||||
sdir="${sdir:-$HOME/scoop}"
|
||||
pkgs_h=1 dir "$sdir"/apps/* && ((packages-=1))
|
||||
manager=scoop-global
|
||||
sdir=$(cygpath "$SCOOP_GLOBAL" 2>/dev/null)
|
||||
sdir="${sdir:-$ProgramData/scoop}"
|
||||
dir "$sdir"/apps/*
|
||||
}
|
||||
scooplist() { scoop list | sed '1,4d' } # scoop list adds a few extra lines to be fancy, an easy fix is to just remove the first 4 lines. I dont know a better way to do this.
|
||||
has scoop && tot scooplist
|
||||
|
||||
# Count chocolatey packages.
|
||||
# [[ -d /c/ProgramData/chocolatey/lib ]] && \
|
||||
|
|
Loading…
Reference in a new issue