Commit 6a5afc1f authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1701 from mbauhardt/copydir

a plugin (function) which copies the current directory into the clipboar...
parents 459e7fff 9c6b8860
function copydir {
pwd | tr -d "\r\n" | pbcopy
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment