auto up 23:20:55 up 1:52, 2 users, load average: 1.80, 1.92, 1.80

This commit is contained in:
2025-11-01 23:21:01 +01:00
parent afe6ede77a
commit 9b8425338b

View File

@@ -69,13 +69,7 @@ alias ll='exa -la '
alias shd="systemctl poweroff" alias shd="systemctl poweroff"
alias nt="nvim ~/Notecloud/notes/in.txt" alias nt="nvim ~/Notecloud/notes/in.txt"
alias up=" alias up="~/projects/scripts/shell/up.sh"
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' alias ttt='timer -f 10m'
alias zshconfig="mate ~/.zshrc" alias zshconfig="mate ~/.zshrc"