From 94827145c63a4d35cce57e80dcc05e1b354fdc0a Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 15 Mar 2026 09:28:34 +0100 Subject: [PATCH] zshrc: cb Alias fuer Clipboard-Bereinigung (Claude Code Leerzeichen) --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8a0f403..8964a2f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"