tried out a different FISH_INSTALL variable config0
This commit is contained in:
parent
8f47b65f6d
commit
7b916265d4
1 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ function upin
|
||||||
set update "$pkg -Syu"
|
set update "$pkg -Syu"
|
||||||
set search "$pkg -Ss"
|
set search "$pkg -Ss"
|
||||||
set remove "$pkg -R"
|
set remove "$pkg -R"
|
||||||
set unattendet "$pkg install --no-confirm"
|
set unattendet "$pkg install --noconfirm"
|
||||||
set ALIASES "-- You're using Arch!! - installed helper: paru --"
|
set ALIASES "-- You're using Arch!! - installed helper: paru --"
|
||||||
else
|
else
|
||||||
if command -v yay >/dev/null 2>&1
|
if command -v yay >/dev/null 2>&1
|
||||||
|
@ -62,7 +62,7 @@ function upin
|
||||||
set update "$pkg -Syu"
|
set update "$pkg -Syu"
|
||||||
set search "$pkg -Ss"
|
set search "$pkg -Ss"
|
||||||
set remove "$pkg -R"
|
set remove "$pkg -R"
|
||||||
set unattendet "$pkg install --no-confirm"
|
set unattendet "$pkg install --noconfirm"
|
||||||
set ALIASES "-- You're using Arch!! - installed helper: yay --"
|
set ALIASES "-- You're using Arch!! - installed helper: yay --"
|
||||||
else
|
else
|
||||||
if command -v pacman >/dev/null 2>&1
|
if command -v pacman >/dev/null 2>&1
|
||||||
|
@ -71,7 +71,7 @@ function upin
|
||||||
set update "$pkg -Syu"
|
set update "$pkg -Syu"
|
||||||
set search "$pkg -Ss"
|
set search "$pkg -Ss"
|
||||||
set remove "$pkg -R"
|
set remove "$pkg -R"
|
||||||
set unattendet "$pkg install --no-confirm"
|
set unattendet "$pkg install --noconfirm"
|
||||||
set ALIASES "-- by the PACMAN - You're using Arch!! --"
|
set ALIASES "-- by the PACMAN - You're using Arch!! --"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue