fix for yazi
This commit is contained in:
@@ -19,8 +19,6 @@ function updateall
|
||||
|
||||
# Run updates
|
||||
sudo pacman -Syu
|
||||
yay -Sua --sudoloop
|
||||
flatpak update
|
||||
|
||||
# Get new Discord version (if installed)
|
||||
if pacman -Q discord >/dev/null 2>&1
|
||||
@@ -35,6 +33,9 @@ function updateall
|
||||
echo "Running extra command..."
|
||||
sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
|
||||
end
|
||||
|
||||
flatpak update
|
||||
yay -Sua --sudoloop
|
||||
end
|
||||
|
||||
alias big='expac -H M "%m\t%n" | sort -h | nl' # Sort installed packages according to size in MB (expac must be installed)
|
||||
@@ -54,4 +55,4 @@ set -x QT_QPA_PLATFORMTHEME qt5ct
|
||||
set -x XCURSOR_THEME "DJ-FOX-C"
|
||||
set -x XCURSOR_SIZE 24
|
||||
|
||||
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"
|
||||
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"
|
||||
|
||||
Reference in New Issue
Block a user