zshrc: cb Alias fuer Clipboard-Bereinigung (Claude Code Leerzeichen)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
26c27dab6f
commit
1733c57d43
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue