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

This commit is contained in:
rene 2026-03-15 09:28:34 +01:00
parent 8e7eb90c98
commit 94827145c6

View file

@ -56,6 +56,7 @@ alias gp='git push'
alias gl='git log --oneline --graph --decorate' alias gl='git log --oneline --graph --decorate'
alias gitcheck="~/git-check-all.sh --short" alias gitcheck="~/git-check-all.sh --short"
alias gitupdate="~/git-update-all.sh" 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 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" alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"