From afe6ede77a55712f6be7e659eaeeed5e05e6d620 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sat, 1 Nov 2025 23:14:52 +0100 Subject: [PATCH] auto up --- home/dot-common_shell | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/dot-common_shell b/home/dot-common_shell index 7d497ac..4a46660 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -70,11 +70,11 @@ alias shd="systemctl poweroff" alias nt="nvim ~/Notecloud/notes/in.txt" alias up=" -cd ~/nixos && git add . && git commit -a -m 'auto up' && git fetch && git pull -cd ~/dotfiles && git add . && git commit -a -m 'auto up' && git fetch && git pull -cd ~/projects/university && git add . && git commit -a -m 'auto up' && git fetch && git pull -cd ~/projects/scripts && git add . && git commit -a -m 'auto up' && git fetch && git pull -cd ~/.config/nvim && git add . && git commit -a -m 'auto up' && git fetch && git pull +cd ~/nixos && git add . && git commit -a -m 'auto up' && git fetch && git pull && git push +cd ~/dotfiles && git add . && git commit -a -m 'auto up' && git fetch && git pull && git push +cd ~/projects/university && git add . && git commit -a -m 'auto up' && git fetch && git pull && git push +cd ~/projects/scripts && git add . && git commit -a -m 'auto up' && git fetch && git pull && git push +cd ~/.config/nvim && git add . && git commit -a -m 'auto up' && git fetch && git pull && git push " alias ttt='timer -f 10m'