From 360e3a24335532755bf8b3c4dd54d76daa141af2 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 12 Apr 2023 17:41:36 +0200 Subject: [PATCH] Updates --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 529c05b..727d920 100644 --- a/.bashrc +++ b/.bashrc @@ -17,10 +17,10 @@ PS1='[\u@\h \W]\$ ' # ALIASES # ----------------------------------------------------- alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' - alias c='clear' alias w='~/dotfiles/scripts/updatewal.sh' alias setkb='setxkbmap de;echo "Keyboard set back to de."' +alias update='yay --noconfirm' # APPLICATIONS alias ls='exa -al'