fix for yazi

This commit is contained in:
Hannes
2026-02-08 23:34:36 +01:00
parent ac0d48da99
commit 19a4d4d073
5 changed files with 13 additions and 39 deletions

View File

@@ -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"