Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/copydir/copydir.plugin.zsh

3 lines
No EOL
50 B
Shell

function copydir {
pwd | tr -d "\r\n" | pbcopy
}