Populate repo
This commit is contained in:
7
zsh/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
Normal file
7
zsh/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
Normal file
@ -0,0 +1,7 @@
|
||||
# Copies the contents of a given file to the system or X Windows clipboard
|
||||
#
|
||||
# copyfile <file>
|
||||
function copyfile {
|
||||
emulate -L zsh
|
||||
clipcopy $1
|
||||
}
|
Reference in New Issue
Block a user