homes/common/.oh-my-zsh/plugins/copydir/copydir.plugin.zsh
Christophe Buffenoir 16b4350cdb Initial commit
2013-05-02 12:38:30 +02:00

3 lines
No EOL
50 B
Bash

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