Commit 9c6b8860 authored by Marko Bauhardt's avatar Marko Bauhardt
Browse files

a plugin (function) which copies the current directory into the clipboard

parent 0198a129
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