git-subtree-dir: oh-my-zsh git-subtree-split: 550ccca91cb45fcf26a8f2c3c60da675b995e3f3
3 lines
50 B
Bash
3 lines
50 B
Bash
function copydir {
|
|
pwd | tr -d "\r\n" | pbcopy
|
|
} |