From ace631d8e2e24b40f7a208efed53cefd299c7765 Mon Sep 17 00:00:00 2001 From: inorishio Date: Tue, 20 Jan 2026 18:00:55 +0100 Subject: [PATCH] Update dotfiles (2026-01-20 18:00:55) --- .config/zshrc/10-aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zshrc/10-aliases b/.config/zshrc/10-aliases index 522a5b0..047e90a 100644 --- a/.config/zshrc/10-aliases +++ b/.config/zshrc/10-aliases @@ -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'