1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-20 21:33:29 +02:00
Files
oh-my-zsh/plugins/copydir/copydir.plugin.zsh
T

3 lines
50 B
Bash

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