From 743709d4d861127e5655a715e1e48d1a5a1f7051 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 15 Mar 2026 11:00:34 +0100 Subject: [PATCH] zshrc: fetch Alias fuer fastfetch --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 12e9b95..4b4cac8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -57,6 +57,7 @@ alias gl='git log --oneline --graph --decorate' alias gitcheck="~/git-check-all.sh --short" alias gitupdate="~/git-update-all.sh" alias cb="xclip -selection clipboard -o | sed 's/^ //' | xclip -selection clipboard -i" +alias fetch="fastfetch" alias gitsync="~/git-sync-all.sh" alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"