This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
ohmyzsh
Watch
3
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Pull Requests
Releases
Activity
207b6a1e33
ohmyzsh
/
plugins
/
copyfile
/
copyfile.plugin.zsh
6 lines
105 B
Bash
Raw
Blame
History
function
copyfile
{
[
[
"
$#
"
!
=
1
]
]
&&
return
1
local
file_to_copy
=
$1
cat
$file_to_copy
|
pbcopy
}
Reference in New Issue
View Git Blame
Copy Permalink