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:
parent
76e280a46a
commit
d46c77aa4e
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
yay
|
||||
sudo pacman -Rs (pacman -Qtdq)
|
||||
sudo pacman -Rs $(pacman -Qtdq)
|
||||
|
@ -63,7 +63,7 @@ Print
|
||||
|
||||
#-----------------------------------------------------------App shortcuts--------------------------------------------------------------
|
||||
# Notification center
|
||||
super + e
|
||||
super + e
|
||||
~/.local/bin/deadd-switch
|
||||
|
||||
# terminal emulator
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user