tried out a different FISH_INSTALL variable config0

This commit is contained in:
PieckA 2024-05-26 11:54:03 +02:00
parent 8f47b65f6d
commit 7b916265d4

View file

@ -53,7 +53,7 @@ function upin
set update "$pkg -Syu"
set search "$pkg -Ss"
set remove "$pkg -R"
set unattendet "$pkg install --no-confirm"
set unattendet "$pkg install --noconfirm"
set ALIASES "-- You're using Arch!! - installed helper: paru --"
else
if command -v yay >/dev/null 2>&1
@ -62,7 +62,7 @@ function upin
set update "$pkg -Syu"
set search "$pkg -Ss"
set remove "$pkg -R"
set unattendet "$pkg install --no-confirm"
set unattendet "$pkg install --noconfirm"
set ALIASES "-- You're using Arch!! - installed helper: yay --"
else
if command -v pacman >/dev/null 2>&1
@ -71,7 +71,7 @@ function upin
set update "$pkg -Syu"
set search "$pkg -Ss"
set remove "$pkg -R"
set unattendet "$pkg install --no-confirm"
set unattendet "$pkg install --noconfirm"
set ALIASES "-- by the PACMAN - You're using Arch!! --"
end
end