Minor changes

This commit is contained in:
2024-09-07 19:43:53 +02:00
parent ee405d9008
commit 239cb292a8
3 changed files with 4 additions and 3 deletions

View File

@@ -178,6 +178,7 @@ alias gitpkg='pacman -Q | grep -i "\-git" | wc -l' # List amount of -git packag
alias cleanup='sudo pacman -Rns (pacman -Qtdq)' # Cleanup orphaned packages
alias jctl="journalctl -p 3 -xb" # Get the error messages from journalctl
alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" # Recent installed packages
alias h="cliphist list | fzf | cliphist decode | wl-copy"
# Get fastest mirrors
alias mirror="sudo reflector -f 30 -l 30 --number 10 --verbose --save /etc/pacman.d/mirrorlist"