summaryrefslogtreecommitdiff
path: root/plugins/copydir/copydir.plugin.zsh
blob: 37bb5e086dc3e9e38b6ebcd435fffcc492f4c1e2 (plain)
1
2
3
function copydir {
  pwd | tr -d "\r\n" | pbcopy
}