zshrc: cb Alias fuer Clipboard-Bereinigung (Claude Code Leerzeichen)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-03-15 09:28:34 +01:00
parent 26c27dab6f
commit 1733c57d43

View file

@ -56,6 +56,7 @@ alias gp='git push'
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 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"