Update dotfiles (2026-01-20 18:00:55)

This commit is contained in:
2026-01-20 18:00:55 +01:00
parent 0d57c216fd
commit ace631d8e2
+2 -1
View File
@@ -11,8 +11,9 @@ alias exit='systemctl poweroff'
alias reboot="hyprshutdown --post-cmd 'systemctl reboot'"
alias shutdown="hyprshutdown --post-cmd 'systemctl poweroff'"
alias gcredential="git config credential.helper store"
alias gcredential='git config credential.helper store'
alias gitup='python ~/.config/hypr/scripts/Github.py'
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias dotto='python3 /home/inorishio/.dotfiles/sync.py'