writing workspace, update command fix, and (lx)appearance settings sync.

This commit is contained in:
2021-07-20 10:13:37 +02:00
parent bc4662d90f
commit 83b493fc00
4 changed files with 11 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ alias undo-commit='git reset --soft HEAD^'
## pacman and trizen
alias aur='trizen --noconfirm'
alias update='trizen -Syyu --noconfirm'
alias update='trizen -Syu --noconfirm'
alias remove-orphans='sudo pacman -Rns $(pacman -Qtdq)'
alias updatekeys='sudo pacman-key --refresh-key'
alias clean-pacmancache='sudo paccache -rk 1 && sudo paccache -ruk0'