a plugin (function) which copies the current directory into the clipboar...
@@ -0,0 +1,3 @@
+function copydir {
+ pwd | tr -d "\r\n" | pbcopy
+}