zshrc: cb Alias fuer Clipboard-Bereinigung (Claude Code Leerzeichen)
This commit is contained in:
parent
8e7eb90c98
commit
94827145c6
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 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue