Update dotfiles (2026-02-16 13:30:23)

This commit is contained in:
2026-02-16 13:30:23 +01:00
parent 4b408fec54
commit ba545b73f1
16 changed files with 155 additions and 53 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ alias cod='conda deactivate'
alias grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias up='yay -Syu --noconfirm'
alias exit='systemctl poweroff'
alias reboot="hyprshutdown --post-cmd 'systemctl reboot'"
alias shutdown="hyprshutdown --post-cmd 'systemctl poweroff'"
alias reboot='systemctl reboot'
alias p='python3'
# Github
alias gcredential='git config credential.helper store'