copydir.plugin.zsh 50 B

123
  1. function copydir {
  2. pwd | tr -d "\r\n" | pbcopy
  3. }