From 9b8425338bf95322448ceedbb1dcd4d57d405dca Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sat, 1 Nov 2025 23:21:01 +0100 Subject: [PATCH] auto up 23:20:55 up 1:52, 2 users, load average: 1.80, 1.92, 1.80 --- home/dot-common_shell | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home/dot-common_shell b/home/dot-common_shell index 4a46660..393275d 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -69,13 +69,7 @@ alias ll='exa -la ' 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 && 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 up="~/projects/scripts/shell/up.sh" alias ttt='timer -f 10m' alias zshconfig="mate ~/.zshrc"