a plugin (function) which copies the current directory into the clipboard

master
Marko Bauhardt 13 years ago
parent 0198a12953
commit 9c6b88607e
  1. 3
      plugins/copydir/copydir.plugin.zsh

@ -0,0 +1,3 @@
function copydir {
pwd | tr -d "\r\n" | pbcopy
}
Loading…
Cancel
Save