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"