mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 07:35:38 +00:00
Add macos copy shortcut
This commit is contained in:
parent
71e8f03bab
commit
b49dedd022
@ -103,3 +103,7 @@ unsetaws() {
|
||||
unset AWS_ACCESS_KEY_ID
|
||||
unset AWS_SECRET_ACCESS_KEY
|
||||
}
|
||||
|
||||
copy() {
|
||||
cat $1 | pbcopy
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user