Blame view
repos/robbyrussell/oh-my-zsh/plugins/copydir/copydir.plugin.zsh
50 Bytes
|
093a6c34b
|
1 2 3 4 |
function copydir {
pwd | tr -d "\r
" | pbcopy
}
|
|
093a6c34b
|
1 2 3 4 |
function copydir {
pwd | tr -d "\r
" | pbcopy
}
|