mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
zsh: aliases: add C and P copy copy/paste
This commit is contained in:
parent
22023f667e
commit
8cdbefa3de
|
@ -82,3 +82,7 @@ alias drp='dvc repro'
|
|||
alias drps='dvc repro -s'
|
||||
|
||||
alias -g J="| jq "
|
||||
|
||||
# These two depend on oh-my-zsh's clipcopy/clippaste functions
|
||||
alias -g C='| clipcopy'
|
||||
alias -g P='clippaste'
|
||||
|
|
Loading…
Reference in New Issue
Block a user