Add macos copy shortcut

This commit is contained in:
Noah Masur 2020-06-06 10:53:39 -06:00
parent 71e8f03bab
commit b49dedd022

View File

@ -103,3 +103,7 @@ unsetaws() {
unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY
}
copy() {
cat $1 | pbcopy
}