zshrc: fetch Alias fuer fastfetch

This commit is contained in:
rene 2026-03-15 11:00:34 +01:00
parent 78aa88aa77
commit 743709d4d8

View file

@ -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"