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
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
yay
|
yay
|
||||||
sudo pacman -Rs (pacman -Qtdq)
|
sudo pacman -Rs $(pacman -Qtdq)
|
||||||
|
@ -63,7 +63,7 @@ Print
|
|||||||
|
|
||||||
#-----------------------------------------------------------App shortcuts--------------------------------------------------------------
|
#-----------------------------------------------------------App shortcuts--------------------------------------------------------------
|
||||||
# Notification center
|
# Notification center
|
||||||
super + e
|
super + e
|
||||||
~/.local/bin/deadd-switch
|
~/.local/bin/deadd-switch
|
||||||
|
|
||||||
# terminal emulator
|
# 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"
|
alias pass="PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR /usr/bin/pass"
|
||||||
|
|
||||||
# pacman aliases
|
# pacman aliases
|
||||||
alias pacrmorphans="sudo pacman -Rs (pacman -Qtdq)"
|
alias pacrmorphans="sudo pacman -Rs $(pacman -Qtdq)"
|
||||||
alias pacrem="sudo pacman -Rns"
|
alias pacrem="sudo pacman -Rns"
|
||||||
|
|
||||||
# git alaises
|
# git alaises
|
||||||
|
Loading…
Reference in New Issue
Block a user