mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-26 21:24:44 +01: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