1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added delete orphans to update arch script

This commit is contained in:
Ryan Kes 2020-09-03 16:27:15 +02:00
parent 76e280a46a
commit d46c77aa4e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
yay
sudo pacman -Rs (pacman -Qtdq)
sudo pacman -Rs $(pacman -Qtdq)

View File

@ -70,7 +70,7 @@ alias tmux="tmux -f ~/.config/tmux/tmux.conf"
alias pass="PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR /usr/bin/pass"
# pacman aliases
alias pacrmorphans="sudo pacman -Rs (pacman -Qtdq)"
alias pacrmorphans="sudo pacman -Rs $(pacman -Qtdq)"
alias pacrem="sudo pacman -Rns"
# git alaises