This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
oh-my-zsh
Watch
1
Star
0
Fork
You've already forked oh-my-zsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1913
Commits
1
Branch
0
Tags
72 MiB
Shell
97.2%
Python
2.8%
Tag:
Branch:
Tree:
91b6a6b5a4
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '91b6a6b5a4'
${ noResults }
oh-my-zsh
/
plugins
/
copyfile
/
copyfile.plugin.zsh
5 lines
105 B
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