copydir.plugin.zsh 50 Bytes
Newer Older
1
2
3
function copydir {
  pwd | tr -d "\r\n" | pbcopy
}