From d46c77aa4e9b1cfb4cb9160d6a2101418998b7a5 Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Thu, 3 Sep 2020 16:27:15 +0200 Subject: [PATCH] added delete orphans to update arch script --- polybar/.local/bin/update-arch | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 2 +- zsh/.config/zsh/.zshrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polybar/.local/bin/update-arch b/polybar/.local/bin/update-arch index 65ca8cf..89a8586 100755 --- a/polybar/.local/bin/update-arch +++ b/polybar/.local/bin/update-arch @@ -1,4 +1,4 @@ #!/usr/bin/env sh yay -sudo pacman -Rs (pacman -Qtdq) +sudo pacman -Rs $(pacman -Qtdq) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 45842d0..f537dce 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -63,7 +63,7 @@ Print #-----------------------------------------------------------App shortcuts-------------------------------------------------------------- # Notification center -super + e +super + e ~/.local/bin/deadd-switch # terminal emulator diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 54b7ffd..1b8daa4 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -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