Added Updates
This commit is contained in:
11
configs/arch_config.fish
Normal file → Executable file
11
configs/arch_config.fish
Normal file → Executable 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"
|
||||
Reference in New Issue
Block a user