This commit is contained in:
Cooper Maruyama 2015-10-05 21:10:50 +00:00
commit 1128d59888
2 changed files with 6 additions and 4 deletions

View file

@ -10,7 +10,7 @@ cfc () {
}
# compile from pasteboard & print
alias cfp='coffeeMe "$(pbpaste)"'
alias cfp='cf "$(pbpaste)"'
# compile from pasteboard and copy to clipboard
alias cfpc='cfp | pbcopy'