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'