mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-01 12:15:20 +08:00
3 lines
50 B
Bash
3 lines
50 B
Bash
function copydir {
|
|
pwd | tr -d "\r\n" | pbcopy
|
|
} |