mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add readme and add new alias cfpc: paste+compile+copy
This commit is contained in:
parent
a315ddc075
commit
24552f0225
2 changed files with 34 additions and 0 deletions
|
|
@ -11,3 +11,6 @@ cfc () {
|
|||
|
||||
# compile from pasteboard & print
|
||||
alias cfp='coffeeMe "$(pbpaste)"'
|
||||
|
||||
# compile from pasteboard and copy to clipboard
|
||||
alias cfpc='cfp | pbcopy'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue