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

3 lines
50 B
Shell
Raw Normal View History

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