mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-21 15:49:50 +00:00
Add readme and add new alias cfpc: paste+compile+copy
This commit is contained in:
@@ -11,3 +11,6 @@ cfc () {
|
||||
|
||||
# compile from pasteboard & print
|
||||
alias cfp='coffeeMe "$(pbpaste)"'
|
||||
|
||||
# compile from pasteboard and copy to clipboard
|
||||
alias cfpc='cfp | pbcopy'
|
||||
|
||||
Reference in New Issue
Block a user