Added Updates

This commit is contained in:
Hannes
2025-11-16 17:26:44 +01:00
parent 4c69b186f0
commit b16d05da76
21 changed files with 467 additions and 34 deletions
Regular → Executable
+9 -2
View File
@@ -52,7 +52,7 @@ alias rip 'expac --timefmt="%Y-%m-%d %T" "%l\t%n %v" | sort | tail -200 | nl'
function cleanup
while pacman -Qdtq
sudo pacman -R (pacman -Qdtq)
sudo pacman -R (pacman -Qdtq)
end
end
@@ -68,4 +68,11 @@ function y
builtin cd -- "$cwd"
end
rm -f -- "$tmp"
end
end
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"