Populate repo
This commit is contained in:
5
zsh/.oh-my-zsh/plugins/copydir/copydir.plugin.zsh
Normal file
5
zsh/.oh-my-zsh/plugins/copydir/copydir.plugin.zsh
Normal file
@ -0,0 +1,5 @@
|
||||
# Copies the pathname of the current directory to the system or X Windows clipboard
|
||||
function copydir {
|
||||
emulate -L zsh
|
||||
print -n $PWD | clipcopy
|
||||
}
|
Reference in New Issue
Block a user