This commit is contained in:
Stephan Raabe 2023-04-12 17:41:36 +02:00
parent 1203ee94f9
commit 360e3a2433

View File

@ -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'